Skip to content

Commit

Permalink
Make migrations compatible with stable/3.1 (ansible#1520)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Houseknecht <[email protected]>
  • Loading branch information
Chris Houseknecht authored Feb 5, 2019
1 parent 37fbe11 commit d59a9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('main', '0126_collection_base'),
('main', '0125_community_score_question_average'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def delete_galaxy_repository(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('pulp_app', '0001_initial'),
('main', '0125_community_score_question_average'),
('main', '0126_notification_commit_message'),
]

operations = [
Expand Down

0 comments on commit d59a9bd

Please sign in to comment.