Skip to content
Snippets Groups Projects
Verified Commit 5518b651 authored by magicfelix's avatar magicfelix Committed by Jonathan Weth
Browse files

Correct migration reference

(cherry picked from commit ab829620)
parent 041b20dd
No related branches found
No related tags found
1 merge request!1312Update from 3.1 series
......@@ -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