DB/Misc: Update travis file structure

This commit is contained in:
Aokromes
2015-09-08 19:21:19 +02:00
parent b74a906bff
commit 0b8b2906ff

View File

@@ -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',