db.commit();
db.shutdown();
db = dbMigrate();
}
db.commit();
db.shutdown();
}
private static Database dbMigrate() throws IllegalAccessException, SQLException, ClassNotFoundException, InstantiationException {
Table schemaInfo = new Table("schema_info");
List<Record> info = schemaInfo.findAll();