mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
DROP TABLE IF EXISTS `botactives`;
|
||||
CREATE TABLE `botactives` (
|
||||
`ActiveBotId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ActiveBotId`),
|
||||
KEY `FK_botactives_1` (`ActiveBotId`),
|
||||
CONSTRAINT `FK_botactives_1` FOREIGN KEY (`ActiveBotId`) REFERENCES `bots` (`BotID`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user