File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/resources/database Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ CREATE TABLE IF NOT EXISTS `%pit_data%`
2626 ` id` int NOT NULL AUTO_INCREMENT PRIMARY KEY ,
2727 ` preferences` longblob NOT NULL
2828) CHARACTER SET utf8
29- COLLATE utf8_unicode_ci;
29+ COLLATE utf8_unicode_ci;
Original file line number Diff line number Diff line change 1- CREATE TABLE IF NOT EXISTS ` %players_table %`
1+ CREATE TABLE IF NOT EXISTS ` %user_data %`
22(
33 ` uuid` char (36 ) NOT NULL UNIQUE,
44 ` username` varchar (16 ) NOT NULL ,
@@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS `%players_table%`
1414 PRIMARY KEY (` uuid` )
1515);
1616
17- CREATE TABLE IF NOT EXISTS ` %pit_preferences %`
17+ CREATE TABLE IF NOT EXISTS ` %pit_data %`
1818(
1919 ` id` integer NOT NULL PRIMARY KEY AUTOINCREMENT,
2020 ` preferences` longblob NOT NULL
You can’t perform that action at this time.
0 commit comments