Compare commits
No commits in common. "d5ddb7a316e632252295429395907a0a511cbded" and "50459bcb643ca64299a42cdb86f281af1af791a0" have entirely different histories.
d5ddb7a316
...
50459bcb64
@ -66,7 +66,7 @@ func Migrate() error {
|
|||||||
)
|
)
|
||||||
ENGINE = MergeTree
|
ENGINE = MergeTree
|
||||||
PARTITION BY toYYYYMM(timestamp)
|
PARTITION BY toYYYYMM(timestamp)
|
||||||
ORDER BY (service, environment, endpoint, method, timestamp);`,
|
ORDER BY (service, environment, endpoint, request_method, timestamp);`,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
Loading…
Reference in New Issue
Block a user