mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Misc: Update travis file structure
This commit is contained in:
@@ -2410,7 +2410,7 @@ DROP TABLE IF EXISTS `page_text`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `page_text` (
|
||||
`entry` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`ID` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`text` longtext NOT NULL,
|
||||
`next_page` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(5) DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user