Skip to content

Commit

Permalink
Merge pull request #582 from opensafely-core/fix-conflicting-migrations
Browse files Browse the repository at this point in the history
Fix conflicting migrations
  • Loading branch information
rebkwok authored Jul 26, 2024
2 parents 2a87ff8 + 5c8121e commit 1a79b6d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions local_db/migrations/0022_merge_20240726_0910.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 5.0.7 on 2024-07-26 09:10

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("local_db", "0021_auto_20240719_1043"),
("local_db", "0021_rename_completed_reviews_requestmetadata_submitted_reviews"),
]

operations = []

0 comments on commit 1a79b6d

Please sign in to comment.