feat(traffic_log): add index on timestamp column and create down migration
This commit is contained in:
parent
a15e08d8f3
commit
aa5e472184
@ -0,0 +1 @@
|
||||
ALTER TABLE traffic_log DROP INDEX idx_timestamp;
|
||||
1
initialize/migrate/database/02118_traffic_log_idx.up.sql
Normal file
1
initialize/migrate/database/02118_traffic_log_idx.up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE traffic_log ADD INDEX idx_timestamp (timestamp);
|
||||
Loading…
x
Reference in New Issue
Block a user