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