Skip to content

Commit c09763d

Browse files
committed
Renamed migration file for elements
Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>
1 parent 80577be commit c09763d

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 = ["0018-init-configs-c3bbc6.py"]
23+
self._depends = ["0017-init-configs-c3bbc6.py"]
2424

2525
@property
2626
def migration_id(self):

0 commit comments

Comments
 (0)