Skip to content
Snippets Groups Projects
Commit ab829620 authored by magicfelix's avatar magicfelix
Browse files

Correct migration reference

parent 34cd321d
No related branches found
No related tags found
No related merge requests found
Pipeline #144633 failed
......@@ -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:
......
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