commit | 318fec31e12299ff26f7e44b261a179a610a4017 | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Tue Oct 24 12:11:58 2017 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Tue Oct 24 12:11:58 2017 +0200 |
tree | fc4f4278daae9424173fe0c7e83d2dd180b60349 | |
parent | 74cc2fb097b810bf2555ff16dd7e919e26e44ded [diff] [blame] |
Added new tables to sqlite (used for the test suite). Change-Id: Ia3c85fb98d81cb6d09423c91cd333d9f14928484
diff --git a/full/src/main/resources/jdbc.properties b/full/src/main/resources/jdbc.properties index adf9a92..48d2d9d 100644 --- a/full/src/main/resources/jdbc.properties +++ b/full/src/main/resources/jdbc.properties
@@ -15,7 +15,7 @@ jdbc.database=sqlite jdbc.driverClassName=org.sqlite.JDBC -jdbc.url=jdbc:sqlite:db-new.sqlite +jdbc.url=jdbc:sqlite:db.sqlite # jdbc.url=jdbc:sqlite:kustvakt_init_test.sqlite jdbc.username=pc jdbc.password=pc