Skip to content
Snippets Groups Projects
Commit a2a75379 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

explicitly enable database population

parent 617a464a
No related branches found
No related tags found
1 merge request!368fresh install of debian package uses flyway
......@@ -34,6 +34,7 @@
<bean id="startupScripts" class="org.springframework.jdbc.datasource.init.DataSourceInitializer">
<property name="dataSource"><ref bean="DataSource"/></property>
<property name="databasePopulator"><ref bean="DbInit"/></property>
<property name="enabled" value="true"/>
</bean>
</beans>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment