Skip to content

Commit

Permalink
fix migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwegner committed Sep 28, 2020
1 parent 22887e2 commit 103209d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
("scaife_viewer_atlas", "0001_initial"),
("scaife_viewer_atlas", "0002_text_alignment_records"),
]

operations = [
Expand Down

0 comments on commit 103209d

Please sign in to comment.