Skip to content
Snippets Groups Projects
Commit 4ac97257 authored by David Ormsbee's avatar David Ormsbee
Browse files

Remove foreign key constraint on CourseOverviewTab -> CourseOverview

This will allow v1 code of CourseOverview to delete entries. While
this is not a good thing in general (and future versions will ignore
entries with higher versions than they support), this is necessary
to prevent errors with the existing code in a rollback situation.
Otherwise, old code trying to delete CourseOverview entries will
fail with a foreign key constraint violation.
parent 3cd34800
Loading
Loading
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