Skip to content
Snippets Groups Projects
Commit 13240ac9 authored by srosse's avatar srosse
Browse files

OO-2824: add an update script to remove g_roundrobin field in current databases

parent 233c09be
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,10 @@
<constructor-arg index="0" value="OLAT_11.5.0" />
<property name="alterDbStatements" value="alter_11_4_x_to_11_5_0.sql" />
</bean>
<bean id="database_upgrade_11_5_1" class="org.olat.upgrade.DatabaseUpgrade">
<constructor-arg index="0" value="OLAT_11.5.1" />
<property name="alterDbStatements" value="alter_11_5_0_to_11_5_1.sql" />
</bean>
</list>
</property>
</bean>
......
alter table o_gta_task_list drop column g_roundrobin;
\ No newline at end of file
alter table o_gta_task_list drop column g_roundrobin;
\ No newline at end of file
alter table o_gta_task_list drop column g_roundrobin;
\ No newline at end of file
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