Alternative database installer.
This commit is contained in:
5
trunk/dist/tools/sql/server/fortsiege_clans.sql
vendored
Normal file
5
trunk/dist/tools/sql/server/fortsiege_clans.sql
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS `fortsiege_clans` (
|
||||
`fort_id` int(1) NOT NULL DEFAULT '0',
|
||||
`clan_id` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`clan_id`,`fort_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
Reference in New Issue
Block a user