فهرست منبع

SQL: Something was forgoten in this tables.

Aikimaniac 17 سال پیش
والد
کامیت
eeecd78d86

+ 1 - 1
datapack_development/sql/fort.sql

@@ -1,7 +1,7 @@
 -- ----------------------------
 -- Table structure for fort
 -- ----------------------------
-CREATE TABLE `fort` (
+CREATE TABLE IF NOT EXISTS `fort` (
   `id` int(11) NOT NULL default '0',
   `name` varchar(25) NOT NULL,
   `siegeDate` decimal(20,0) NOT NULL default '0',

+ 1 - 1
datapack_development/sql/fort_doorupgrade.sql

@@ -1,7 +1,7 @@
 -- ----------------------------
 -- Table structure for fort_doorupgrade
 -- ----------------------------
-CREATE TABLE `fort_doorupgrade` (
+CREATE TABLE IF NOT EXISTS `fort_doorupgrade` (
   `doorId` int(11) NOT NULL default '0',
   `fortId` int(11) NOT NULL,
   `hp` int(11) NOT NULL default '0',

+ 1 - 1
datapack_development/sql/fortsiege_clans.sql

@@ -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,