Compare commits

..

No commits in common. "d5ddb7a316e632252295429395907a0a511cbded" and "50459bcb643ca64299a42cdb86f281af1af791a0" have entirely different histories.

View File

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