Skip to content

Commit fc4e733

Browse files
committed
Migration fix after rebase.
1 parent 76251ec commit fc4e733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class MigrationStep(migrations.AbstarctMigrationStep):
2121

2222
def __init__(self):
23-
self._depends = ["0021-dns-permissions-7adac7.py"]
23+
self._depends = ["0022-secret-certs-d340e8.py"]
2424

2525
@property
2626
def migration_id(self):

0 commit comments

Comments
 (0)