Petition db update including table creation.

This commit is contained in:
2023-08-14 13:40:27 -04:00
parent 82ad774093
commit 7aa63a65b6
5 changed files with 89 additions and 45 deletions
+1
View File
@@ -74,6 +74,7 @@ public enum DbManager {
public static final dbRunegateHandler RunegateQueries = new dbRunegateHandler();
public static final dbPowerHandler PowerQueries = new dbPowerHandler();
public static final dbPetitionHandler PetitionQueries = new dbPetitionHandler();
private static final EnumMap<GameObjectType, ConcurrentHashMap<Integer, AbstractGameObject>> objectCache = new EnumMap<>(GameObjectType.class);
public static Hasher hasher;
private static HikariDataSource connectionPool = null;