mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-31 14:51:58 -04:00
Initial
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- migrate:up
|
||||
CREATE INDEX IF NOT EXISTS "idx_timestamp" ON "traffic_log" ("timestamp");
|
||||
|
||||
-- migrate:down
|
||||
DROP INDEX IF EXISTS "idx_timestamp";
|
||||
|
||||
Reference in New Issue
Block a user