Made the book more configurable

This commit is contained in:
2022-06-03 01:06:24 +02:00
parent c0cb9cae98
commit 696bc20c7e
7 changed files with 70 additions and 18 deletions
@@ -97,7 +97,7 @@ public class Database {
"quest_variant VARCHAR(36) NOT NULL, " +
"step_1_progress INT NOT NULL, " +
"step_2_progress INT NOT NULL, " +
"PRIMARY KEY (UUID, quest)" +
"PRIMARY KEY (UUID)" +
")";
getDatabase().getConnection().prepareStatement(sql).executeUpdate();
} catch (SQLException e) {