-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinstall.sql
More file actions
5 lines (5 loc) · 2.15 KB
/
install.sql
File metadata and controls
5 lines (5 loc) · 2.15 KB
1
2
3
4
5
replace into tc_site_map (page_id, module_id, parent_page_id, parent_page_module_id, category_id, url, mvc_url, controller, action, display_name, page_small_icon, panelbar_icon, show_in_sidebar, view_order, required_permissions, menu_required_permissions, page_manager, page_search_provider, cache_name) values (900, 'd3b2aa93-7e2b-4e0d-8080-67d14b2fa8a9', null, null, 2, '', '', 'MySql', 'Index', 'MySQL Manager', 'MenuIcons/Base/ServerComponents24x24.png', '', 1, 600, '({07405876-e8c2-4b24-a774-4ef57f596384,0,8})({d3b2aa93-7e2b-4e0d-8080-67d14b2fa8a9,5,0})({07405876-e8c2-4b24-a774-4ef57f596384,-1,64})({07405876-e8c2-4b24-a774-4ef57f596384,-1,2048})', '', null, '', null);
replace into tc_module_commands (command_id, module_id, is_custom, description, sender_class, command_name, command_class, execute_order, enabled, can_disable) VALUES ('1', 'd3b2aa93-7e2b-4e0d-8080-67d14b2fa8a9', '1', 'MySql Event Handler - Delete', 'TCAdmin.GameHosting.SDK.Objects.Service', 'BeforeDeleteScript', 'MySqlModule.Helpers.EventHandler,MySqlModule', '1', '1', '0');
replace into tc_module_commands (command_id, module_id, is_custom, description, sender_class, command_name, command_class, execute_order, enabled, can_disable) VALUES ('2', 'd3b2aa93-7e2b-4e0d-8080-67d14b2fa8a9', '1', 'MySql Event Handler - Reinstall', 'TCAdmin.GameHosting.SDK.Objects.Service', 'BeforeReinstallScript', 'MySqlModule.Helpers.EventHandler,MySqlModule', '1', '1', '0');
replace into tc_module_commands (command_id, module_id, is_custom, description, sender_class, command_name, command_class, execute_order, enabled, can_disable) VALUES ('3', 'd3b2aa93-7e2b-4e0d-8080-67d14b2fa8a9', '1', 'MySql Event Handler - Before Move', 'TCAdmin.GameHosting.SDK.Objects.Service', 'BeforeMoveScript', 'MySqlModule.Helpers.EventHandler,MySqlModule', '1', '1', '0');
replace into tc_module_commands (command_id, module_id, is_custom, description, sender_class, command_name, command_class, execute_order, enabled, can_disable) VALUES ('4', 'd3b2aa93-7e2b-4e0d-8080-67d14b2fa8a9', '1', 'MySql Event Handler - After Move', 'TCAdmin.GameHosting.SDK.Objects.Service', 'AfterMoveScript', 'MySqlModule.Helpers.EventHandler,MySqlModule', '1', '1', '0');