Skip to content

Commit

Permalink
🐛 Do not prevent migration rollbacks
Browse files Browse the repository at this point in the history
Discussed in the context of APSL#68 - the reverse data migration is not
implemented (deliberately), but that shouldn't prevent people from
rolling back their migrations in dev-environments and while
debugging/diagnosing issues, for example.
  • Loading branch information
sergei-maertens committed Oct 12, 2023
1 parent 624f5b8 commit c17ad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_yubin/migrations/0007_auto_20200319_1158.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RunPython(migrate_to_queues),
migrations.RunPython(migrate_to_queues, migrations.RunPython.noop),
]

0 comments on commit c17ad0c

Please sign in to comment.