This commit is contained in:
Ember Moth
2026-07-05 22:35:53 +08:00
parent 4ffdc89421
commit 5de9508963
83 changed files with 33 additions and 1033 deletions
@@ -1,6 +1,2 @@
-- migrate:up
ALTER TABLE traffic_log ADD INDEX idx_timestamp (timestamp);
-- migrate:down
ALTER TABLE traffic_log DROP INDEX idx_timestamp;