SQL: Update base files

Missing changes to ed63d15
This commit is contained in:
DDuarte
2018-02-18 19:52:58 +00:00
parent ed63d15dfe
commit 93357631fa
3 changed files with 321 additions and 471 deletions

View File

@@ -189,8 +189,8 @@ DROP TABLE IF EXISTS `auctionbidders`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `auctionbidders` (
`id` INT(10) unsigned NOT NULL DEFAULT '0',
`bidderguid` INT(10) unsigned NOT NULL DEFAULT '0',
`id` int(10) unsigned NOT NULL DEFAULT '0',
`bidderguid` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`,`bidderguid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -2787,4 +2787,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2017-04-19 1:08:18
-- Dump completed on 2018-02-18 19:49:38