Petition db update including table creation.

This commit is contained in:
2023-08-14 13:48:33 -04:00
parent cacceba502
commit de71e250e8
@@ -41,7 +41,7 @@ public class dbPetitionHandler extends dbHandlerBase {
" PRIMARY KEY (petitionNumber))" + " PRIMARY KEY (petitionNumber))" +
" ENGINE = innodb ROW_FORMAT = DEFAULT;")) { " ENGINE = innodb ROW_FORMAT = DEFAULT;")) {
preparedStatement.executeQuery(); preparedStatement.executeUpdate();
} catch (SQLException e) { } catch (SQLException e) {
Logger.error(e); Logger.error(e);