383940414243444546
rs.close(); return changeNumbers; } catch (SQLException e) { throw new SchemaVersionTrackingException("Could not retrieve change log from database because: " + e.getMessage(), e); } }
606162636465666768
new Timestamp(timeProvider.now().getTime()), queryExecuter.getDatabaseUsername(), script.getDescription() ); } catch (SQLException e) { throw new SchemaVersionTrackingException("Could not update change log because: " + e.getMessage(), e); } }