mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
DB/Misc: More travis fix
This commit is contained in:
@@ -2411,8 +2411,8 @@ DROP TABLE IF EXISTS `page_text`;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `page_text` (
|
||||
`ID` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`text` longtext NOT NULL,
|
||||
`next_page` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`Text` longtext NOT NULL,
|
||||
`NextPageID` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(5) DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Item System';
|
||||
|
||||
Reference in New Issue
Block a user