Skip to content

Commit

Permalink
MP: cleanup of old data in the sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpascoe committed Oct 18, 2008
1 parent 1819dec commit b8063cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions install/4-to-5.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ UPDATE `sys_config` SET `editable` = '1' WHERE `name` = 'logfile' LIMIT 1 ;
UPDATE `sys_config` SET `editable` = '1' WHERE `name` = 'search_results_per_page' LIMIT 1 ;
UPDATE `sys_config` SET `editable` = '1' WHERE `name` = 'suggest_max_results' LIMIT 1 ;
UPDATE `sys_config` SET `editable` = '1' WHERE `name` like 'dns%' ;

DELETE FROM `dcm_module_list` WHERE `name` = 'dhcp_build_conf' LIMIT 1;
DELETE FROM `dcm_module_list` WHERE `name` = 'build_zone' LIMIT 1;
DELETE FROM `dcm_module_list` WHERE `name` = 'mysql_purge_logs' LIMIT 1;
2 changes: 0 additions & 2 deletions install/ona-data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,10 @@ INSERT INTO `dcm_module_list` VALUES
('config_display','Displays a config record from the database','ona/configuration.inc.php'),
('dhcp_server_add','Add a DHCP server to subnet relationship','ona/dhcp_server.inc.php'),
('dhcp_server_del','Delete a DHCP server to subnet relationship','ona/dhcp_server.inc.php'),
('dhcp_build_conf','Build an ISC dhcp config file','build/build_dhcp.inc.php'),
('dns_record_add','Add a DNS record','ona/dns_record.inc.php'),
('dns_record_display','Display info about a DNS record','ona/dns_record.inc.php'),
('dns_record_del','Delete a DNS record','ona/dns_record.inc.php'),
('dns_record_modify','Modify a DNS record','ona/dns_record.inc.php'),
('build_zone','Build DNS zone file','build/build_dns.inc.php'),
('domain_server_add','Add a DNS domain to a server','ona/domain_server.inc.php'),
('domain_server_del','Delete a DNS domain from a server','ona/domain_server.inc.php'),
('dhcp_failover_group_del','Delete a DHCP failover group','ona/dhcp_failover.inc.php'),
Expand Down

0 comments on commit b8063cf

Please sign in to comment.