Skip to content
Snippets Groups Projects

Update from 3.1 series

Merged Jonathan Weth requested to merge update-from-3.1-series into master
3 files
+ 31
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -25,7 +25,7 @@ class Migration(migrations.Migration):
recorder = migrations.recorder
applied = False
try:
applied = recorder.MigrationRecorder.Migration.objects.filter(app="core", name="0046_add_room_model").exists()
applied = recorder.MigrationRecorder.Migration.objects.filter(app="core", name="0047_add_room_model").exists()
except ProgrammingError:
applied = False
if not applied:
Loading