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
CREATE INDEX idx_type_date ON system_logs (type, date);
-- migrate:down
DROP INDEX IF EXISTS "idx_type_date";