Skip to content
Snippets Groups Projects
Commit 6005da2d authored by srosse's avatar srosse
Browse files

OO-2380: add the entry in the spring configuration

parent 21735aae
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,10 @@
<constructor-arg index="0" value="OLAT_11.0.6" />
<property name="alterDbStatements" value="alter_11_x_0_to_11_0_6.sql" />
</bean>
<bean id="database_upgrade_11_1_0" class="org.olat.upgrade.DatabaseUpgrade">
<constructor-arg index="0" value="OLAT_11.1.0" />
<property name="alterDbStatements" value="alter_11_x_0_to_11_1_0.sql" />
</bean>
</list>
</property>
</bean>
......
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