Skip to content

Commit

Permalink
reorder migrations after a rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpetrello committed Jan 13, 2020
1 parent dfffa87 commit 588d460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('main', '0100_v370_projectupdate_job_tags'),
('main', '0101_v370_generate_new_uuids_for_iso_nodes'),
]

operations = [
Expand Down

0 comments on commit 588d460

Please sign in to comment.