Skip to content

Commit 9b96635

Browse files
committed
Fix confliting migration
1 parent 7041c7f commit 9b96635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vbos/datasets/migrations/0017_auto_20251114_0018.py renamed to vbos/datasets/migrations/0018_auto_20251114_0018.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def update_area_councils_names(apps, schema_editor):
2424

2525
class Migration(migrations.Migration):
2626
dependencies = [
27-
("datasets", "0016_alter_rasterdataset_unique_together_and_more"),
27+
("datasets", "0017_alter_rasterfile_file"),
2828
]
2929

3030
operations = [

0 commit comments

Comments
 (0)