Skip to content

Commit 82599d6

Browse files
committed
attempt to fix migrations & tests?
1 parent e1b1c93 commit 82599d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/migrations/0006_auto_20230929_1727.py renamed to files/migrations/0007_auto_20230929_1727.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def migration(apps, schema_editor):
7070

7171
class Migration(migrations.Migration):
7272
dependencies = [
73-
("files", "0005_alter_userfile_options"),
73+
("files", "0006_alter_userfile_options"),
7474
]
7575

7676
operations = [

0 commit comments

Comments
 (0)