Files
ppanel-web/migrations/postgres/02118_traffic_log_idx.sql
T
Ember Moth 5de9508963 fix bugs
2026-07-05 22:35:53 +08:00

3 lines
76 B
SQL

CREATE INDEX IF NOT EXISTS "idx_timestamp" ON "traffic_log" ("timestamp");