This commit is contained in:
HaHaWTH
2024-02-03 19:07:48 +08:00
parent 2b0bee198e
commit e9810c69f4
2 changed files with 14 additions and 1 deletions
@@ -71,7 +71,7 @@ public class H2 extends AbstractSqlDataSource {
this.tableName = settings.getProperty(DatabaseSettings.MYSQL_TABLE);
this.col = new Columns(settings);
this.con = connection;
this.columnsHandler = AuthMeColumnsHandler.createForSqlite(con, settings);
this.columnsHandler = AuthMeColumnsHandler.createForH2(con, settings);
}
/**