|
@@ -1,7 +1,7 @@
|
|
|
-- ----------------------------
|
|
|
-- Table structure for fortsiege_clans
|
|
|
-- ----------------------------
|
|
|
-CREATE TABLE `fortsiege_clans` (
|
|
|
+CREATE TABLE IF NOT EXISTS `fortsiege_clans` (
|
|
|
`fort_id` int(1) NOT NULL default '0',
|
|
|
`clan_id` int(11) NOT NULL default '0',
|
|
|
`type` int(1) default NULL,
|