diff --git a/h2.properties b/h2.properties index ceace68f..33e7be74 100644 --- a/h2.properties +++ b/h2.properties @@ -6,4 +6,4 @@ db.name=locanda db.username=locanda db.password=locanda db.driverClassName=org.h2.Driver -db.url=jdbc:h2:${db.folder}/${db.name} \ No newline at end of file +db.url=jdbc:h2:${db.folder}/${db.name};DATABASE_TO_UPPER=FALSE \ No newline at end of file diff --git a/h2/locanda.h2.db b/h2/locanda.h2.db index 87072ac7..8706cc3f 100644 Binary files a/h2/locanda.h2.db and b/h2/locanda.h2.db differ