Added some indices to database and more SQL simplification
This commit is contained in:
@@ -49,9 +49,6 @@ INSERT INTO subnetlocation (subnet_id, location_id) VALUES
|
||||
INSERT INTO subnetvlan (subnet_id, vlan_id) VALUES
|
||||
(1, 1);
|
||||
|
||||
INSERT INTO user (user_name, user_pass, user_displayname, user_imagesize, user_imagecount, user_mac, user_dateformat) VALUES
|
||||
('admin', '21232f297a57a5a743894a0e4a801fc3', 'administrator', 6, 64, 'xxxxxxxxxxxx', 'd M Y H:i');
|
||||
|
||||
INSERT INTO vlan (vlan_number, vlan_name) VALUES
|
||||
(1, 'DEFAULT_VLAN');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user