forked from MagicBane/Server
Petition db update including table creation.
This commit is contained in:
@@ -36,7 +36,7 @@ public class dbPetitionHandler extends dbHandlerBase {
|
|||||||
" accountID INT," +
|
" accountID INT," +
|
||||||
" account VARCHAR(255)," +
|
" account VARCHAR(255)," +
|
||||||
" characterID INT," +
|
" characterID INT," +
|
||||||
" character` VARCHAR(255)," +
|
" character VARCHAR(255)," +
|
||||||
" location VARCHAR(255), " +
|
" location VARCHAR(255), " +
|
||||||
" PRIMARY KEY (petitionNumber))" +
|
" PRIMARY KEY (petitionNumber))" +
|
||||||
" ENGINE = innodb ROW_FORMAT = DEFAULT;")) {
|
" ENGINE = innodb ROW_FORMAT = DEFAULT;")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user