Skip to content

Commit

Permalink
🐛 [#44] add migration dependency to zgw_consumers for Service data mi…
Browse files Browse the repository at this point in the history
…gration (#45)
  • Loading branch information
annashamray authored Nov 26, 2024
1 parent de4e340 commit d5dd708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vng_api_common/migrations/0006_delete_apicredential.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class Migration(migrations.Migration):

dependencies = [
("vng_api_common", "0005_auto_20190614_1346"),
("zgw_consumers", "0022_set_default_service_slug"),
]

operations = [
Expand Down

0 comments on commit d5dd708

Please sign in to comment.