mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-02-13 10:21:30 +01:00
Table creation fix.
This commit is contained in:
parent
613728382f
commit
1a9e606ab5
@ -22,7 +22,7 @@ public class MySQLDatabase {
|
||||
|
||||
//ToDo: This is sloppy
|
||||
connection.createStatement().execute(
|
||||
"CREATE TABLE IF NOT EXISTS `" + instance.getConfig().getString("Database.Prefix") + "link` (\n" +
|
||||
"CREATE TABLE IF NOT EXISTS `" + instance.getConfig().getString("Database.Prefix") + "sync` (\n" +
|
||||
"\t`location` TEXT NULL,\n" +
|
||||
"\t`level` INT NULL,\n" +
|
||||
"\t`block` TEXT NULL,\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user