mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
* Change sql update naming scheme from absent now revison numbers to date+counter, update old sql update names to preserve proper order.
This commit is contained in:
parent
708440742b
commit
32ad72350f
69 changed files with 128 additions and 125 deletions
7
sql/updates/06673_mangos_areatrigger_scripts.sql
Normal file
7
sql/updates/06673_mangos_areatrigger_scripts.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue