mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
tests: test each db schema file for proper format (#6580)
This commit is contained in:
committed by
Neil Lathwood
parent
422b2c8ae1
commit
6f99cb6d69
@@ -1,3 +1,3 @@
|
||||
ALTER TABLE port_in_measurements ADD INDEX (`port_id`, `timestamp`);
|
||||
ALTER TABLE port_out_measurements ADD INDEX (`port_id`, `timestamp`);
|
||||
ALTER TABLE bill_data ADD INDEX (`bill_id`, `timestamp`);
|
||||
ALTER TABLE port_in_measurements ADD INDEX (`port_id`, `timestamp`);
|
||||
ALTER TABLE port_out_measurements ADD INDEX (`port_id`, `timestamp`);
|
||||
ALTER TABLE bill_data ADD INDEX (`bill_id`, `timestamp`);
|
||||
|
Reference in New Issue
Block a user