fix
This commit is contained in:
parent
9c106501c8
commit
3d6c955240
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user