Compare commits

..

2 Commits

Author SHA1 Message Date
6959568e1e Merge pull request 'fix' (#12) from master into dev
Reviewed-on: https://gitea.chocomarsh.com/self/monitoring/pulls/12
2025-06-13 02:30:50 +03:00
Egor Matveev
7375a12d95 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
2025-06-13 02:30:28 +03:00

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)