Update DatabaseLoader.java
Seats already generated by the panel
This commit is contained in:
parent
cc8e3f5b79
commit
89f4dc4f57
1 changed files with 0 additions and 6 deletions
|
@ -18,12 +18,6 @@ public class DatabaseLoader implements IDataLoader {
|
|||
null
|
||||
);
|
||||
|
||||
service.execute(
|
||||
"remote",
|
||||
"CREATE TABLE IF NOT EXISTS seats(id BIGINT(20) NOT NULL AUTO_INCREMENT, show_id VARCHAR(256) NOT NULL, vault_price VARCHAR(256) NOT NULL, date TIMESTAMP NOT NULL, seat INT(11) NOT NULL, uuid VARCHAR(256) NOT NULL, loaded TINYINT(1) DEFAULT 0, paid TINYINT(1) DEFAULT 0, UNIQUE(show_id, date, uuid), UNIQUE(show_id, seat, date), PRIMARY KEY(id))",
|
||||
null
|
||||
);
|
||||
|
||||
if(ThemeParkConnector.getInstance().getAPI().getConfigurationManager().getBoolean(StorageKey.ACTIONFOTO)) {
|
||||
service.execute(
|
||||
"remote",
|
||||
|
|
Reference in a new issue