Skip to content

Commit

Permalink
Merge pull request #160 from readthedocs/fix-migrations
Browse files Browse the repository at this point in the history
Fix migration with same number
  • Loading branch information
davidfischer committed Jul 4, 2020
2 parents 898937e + 211fbfd commit ab14823
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class Migration(migrations.Migration):

dependencies = [
('adserver', '0018_paid_ads_only_flag'),
('adserver', '0019_update_publisher_flags_for_ad_network'),
]

operations = [
Expand Down

0 comments on commit ab14823

Please sign in to comment.