mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* fix: Added primary key to perf_times to improve DELETE performance on replicas using ROW based replication * moved sql file * moved sql file * Rebased * fixed schema * moved sql file
3 lines
204 B
SQL
3 lines
204 B
SQL
ALTER TABLE `config` CHANGE `config_group_order` `config_group_order` INT(11) NOT NULL DEFAULT 0;
|
|
ALTER TABLE `config` CHANGE `config_sub_group_order` `config_sub_group_order` INT(11) NOT NULL DEFAULT 0;
|