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,8 +1,8 @@
|
||||
ALTER TABLE `munin_plugins` CHANGE `mplug_type` `mplug_type` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
|
||||
ALTER TABLE slas ENGINE=InnoDB;
|
||||
ALTER TABLE slas ENGINE=InnoDB;
|
||||
ALTER TABLE packages ENGINE=InnoDB;
|
||||
ALTER TABLE munin_plugins_ds ENGINE=InnoDB;
|
||||
ALTER TABLE munin_plugins ENGINE=InnoDB;
|
||||
ALTER TABLE munin_plugins ENGINE=InnoDB;
|
||||
ALTER TABLE loadbalancer_vservers ENGINE=InnoDB;
|
||||
ALTER TABLE loadbalancer_rservers ENGINE=InnoDB;
|
||||
ALTER TABLE ipsec_tunnels ENGINE=InnoDB;
|
||||
|
||||
Reference in New Issue
Block a user