Skip to content

Commit

Permalink
Swapping around migrations due to InconsistentMigrationHistory on acc…
Browse files Browse the repository at this point in the history
…eptance environments
  • Loading branch information
alextreme committed May 29, 2024
1 parent 701c981 commit 9272dac
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 @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
("openzaak", "0046_alter_openzaakconfig_fetch_eherkenning_zaken_with_rsin"),
("openzaak", "0048_alter_zaaktyperesultaattypeconfig_omschrijving"),
]

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

dependencies = [
("openzaak", "0047_delete_statustranslation"),
("openzaak", "0046_alter_openzaakconfig_fetch_eherkenning_zaken_with_rsin"),
]

operations = [
Expand Down

0 comments on commit 9272dac

Please sign in to comment.