fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 56s
Deploy Dev / Push (pull_request) Successful in 38s
Deploy Dev / Deploy dev (pull_request) Successful in 11s

This commit is contained in:
Egor Matveev 2025-06-14 03:31:23 +03:00
parent 9c106501c8
commit 3d6c955240

View File

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