[6932] Move some old sql updates to subdir.

This commit is contained in:
VladimirMangos 2008-12-23 02:03:14 +03:00
parent 9024f5274f
commit 7cc95eefb2
70 changed files with 1 additions and 136 deletions

View file

@ -1,7 +0,0 @@
DROP TABLE IF EXISTS `areatrigger_scripts`;
CREATE TABLE `areatrigger_scripts` (
`entry` MEDIUMINT( 8 ) NOT NULL ,
`ScriptName` CHAR( 64 ) NOT NULL ,
PRIMARY KEY ( `entry` )
) ENGINE = MYISAM DEFAULT CHARSET=utf8;