forked from mirror/azerothcore-wotlk
release: DB squash & begin AC 4.0.0 development (#4341)
This commit is contained in:
@@ -10,7 +10,7 @@ DROP TABLE IF EXISTS `addons`;
|
||||
CREATE TABLE `addons`
|
||||
(
|
||||
`name` varchar(120) NOT NULL DEFAULT '',
|
||||
`crc` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`crc` int(10) unsigned NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`name`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Addons';
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
Reference in New Issue
Block a user