fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 55s
Deploy Dev / Push (pull_request) Successful in 36s
Deploy Dev / Deploy dev (pull_request) Successful in 13s

This commit is contained in:
Egor Matveev 2025-06-13 02:30:28 +03:00
parent 97aefc3052
commit 7375a12d95

View File

@ -65,7 +65,7 @@ func Migrate() error {
) )
ENGINE = MergeTree ENGINE = MergeTree
PARTITION BY toYYYYMM(timestamp) PARTITION BY toYYYYMM(timestamp)
ORDER BY (service_name, endpoint, request_method, timestamp)`, ORDER BY (service_name, endpoint, request_method, timestamp);`,
) )
if err != nil { if err != nil {
log.Fatal(err) log.Fatal(err)