Petition db update including table creation.

This commit is contained in:
2023-08-14 13:55:26 -04:00
parent 602fc77ff9
commit d82c157ae4
@@ -36,7 +36,7 @@ public class dbPetitionHandler extends dbHandlerBase {
" accountID INT," +
" account VARCHAR(255)," +
" characterID INT," +
" character` VARCHAR(255)," +
" character VARCHAR(255)," +
" location VARCHAR(255), " +
" PRIMARY KEY (petitionNumber))" +
" ENGINE = innodb ROW_FORMAT = DEFAULT;")) {