mirror of
https://github.com/songoda/UltimateModeration.git
synced 2025-01-31 11:41:27 +01:00
Fixed mysql create methods.
This commit is contained in:
parent
f9fea18421
commit
aebb35fdc9
@ -41,7 +41,7 @@ public class MySQLDatabase {
|
||||
"\t`uuid` TEXT NULL,\n" +
|
||||
"\t`type` TEXT NULL,\n" +
|
||||
"\t`duration` BIGINT NULL,\n" +
|
||||
"\t`reason` TEXT NULL\n" +
|
||||
"\t`reason` TEXT NULL,\n" +
|
||||
"\t`name` TEXT NULL,\n" +
|
||||
"\t`creator` TEXT NULL\n" +
|
||||
")");
|
||||
@ -50,7 +50,7 @@ public class MySQLDatabase {
|
||||
"\t`uuid` TEXT NULL,\n" +
|
||||
"\t`type` TEXT NULL,\n" +
|
||||
"\t`duration` BIGINT NULL,\n" +
|
||||
"\t`reason` TEXT NULL\n" +
|
||||
"\t`reason` TEXT NULL,\n" +
|
||||
"\t`victim` TEXT NULL,\n" +
|
||||
"\t`punisher` TEXT NULL,\n" +
|
||||
"\t`expiration` BIGINT NULL\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user