mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fixes #967
This commit is contained in:
parent
e1e5497558
commit
3921fdfc3f
@ -1100,8 +1100,7 @@ public class SQLManager implements AbstractDB {
|
|||||||
+ " `flags` VARCHAR(512) DEFAULT NULL,"
|
+ " `flags` VARCHAR(512) DEFAULT NULL,"
|
||||||
+ " `merged` INT(11) DEFAULT NULL,"
|
+ " `merged` INT(11) DEFAULT NULL,"
|
||||||
+ " `position` VARCHAR(50) NOT NULL DEFAULT 'DEFAULT',"
|
+ " `position` VARCHAR(50) NOT NULL DEFAULT 'DEFAULT',"
|
||||||
+ " PRIMARY KEY (`plot_plot_id`),"
|
+ " PRIMARY KEY (`plot_plot_id`)"
|
||||||
+ " UNIQUE KEY `unique_alias` (`alias`)"
|
|
||||||
+ ") ENGINE=InnoDB DEFAULT CHARSET=utf8");
|
+ ") ENGINE=InnoDB DEFAULT CHARSET=utf8");
|
||||||
stmt.addBatch("CREATE TABLE IF NOT EXISTS `"
|
stmt.addBatch("CREATE TABLE IF NOT EXISTS `"
|
||||||
+ prefix
|
+ prefix
|
||||||
|
Loading…
Reference in New Issue
Block a user