Skip to content
Snippets Groups Projects
Commit 37c8389b authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Fixed Hibernate dialect

parent 397c5315
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<class>no.nibio.vips.logic.messaging.MessageNotificationSubscription</class> <class>no.nibio.vips.logic.messaging.MessageNotificationSubscription</class>
<exclude-unlisted-classes>false</exclude-unlisted-classes> <exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties> <properties>
<property name="hibernate.dialect" value="org.hibernate.spatial.dialect.postgis.PostgisDialect"/> <property name="hibernate.dialect" value="org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect"/>
</properties> </properties>
</persistence-unit> </persistence-unit>
</persistence> </persistence>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment