Skip to content

Commit

Permalink
Renumber migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
harrislapiroff committed Apr 7, 2020
1 parent 36bf7a7 commit fe95653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('incident', '0042_copy_uncategorized_targets_to_gov_workers'),
('incident', '0043_auto_20200226_1558'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def copy_affiliation(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('incident', '0043_auto_20200306_1646'),
('incident', '0044_auto_20200306_1646'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
('incident', '0044_copy_affiliation_to_institutions'),
('incident', '0045_copy_affiliation_to_institutions'),
]

operations = [
Expand Down

0 comments on commit fe95653

Please sign in to comment.