root/trunk/sql/updates/0.8/4133_command.sql @ 2

Revision 2, 0.6 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1DELETE FROM `command` WHERE `name` = 'reload';
2DELETE FROM `command` WHERE `name` = 'reload all';
3DELETE FROM `command` WHERE `name` = 'reload all_spell';
4INSERT INTO `command` VALUES('reload',3,'Syntax: .reload table_name\r\n\r\nReload table `table_name` if reload support added for this table and this table can be _safe_ reloaded.');
5INSERT INTO `command` VALUES('reload all',3,'Syntax: .reload all\r\n\r\nReload all tables with reload support added and that can be _safe_ reloaded.');
6INSERT INTO `command` VALUES('reload all_spell',3,'Syntax: .reload all\r\n\r\nReload all `spell_*` tables with reload support added and that can be _safe_ reloaded.');
Note: See TracBrowser for help on using the browser.