Skip to content

Commit 9a9df5d

Browse files
author
marekbiczysko
committed
migration
1 parent 3af2407 commit 9a9df5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hope/apps/core/migrations/0021_migration.py renamed to src/hope/apps/core/migrations/0022_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Migration(migrations.Migration):
1010
dependencies = [
1111
("contenttypes", "0002_remove_content_type_name"),
12-
("core", "0020_migration"),
12+
("core", "0021_migration"),
1313
("program", "0017_migration"),
1414
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
1515
]

0 commit comments

Comments
 (0)