Skip to content
Snippets Groups Projects
Commit 651ac8f9 authored by Razzan Yoni's avatar Razzan Yoni
Browse files

resolve error for migration

parent 843f60c3
Branches
1 merge request!1Merge dev to main
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<session-factory> <session-factory>
<property name="hibernate.hbm2ddl.auto">update</property> <property name="hibernate.hbm2ddl.auto">update</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property> <property name="dialect">org.hibernate.dialect.MySQL8Dialect</property>
<property name="hibernate.connection.autocommit">false</property> <property name="hibernate.connection.autocommit">false</property>
<property name="hibernate.show_sql">true</property> <property name="hibernate.show_sql">true</property>
<property name="hibernate.format_sql">true</property> <property name="hibernate.format_sql">true</property>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment