mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DROP TABLE IF EXISTS `botgroups`;
|
||||
CREATE TABLE `botgroups` (
|
||||
`groupid` int(11) NOT NULL default '0',
|
||||
`charid` int(11) NOT NULL default '0',
|
||||
`botid` int(11) NOT NULL default '0',
|
||||
`slot` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`botid`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user