Skip to content

Commit aa5140d

Browse files
committed
Fix migration dependency
1 parent cee6ea1 commit aa5140d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bcap/migrations/855_add_qgis_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
("bcap", "1100_show_etl_plugin_by_default"),
10+
("bcap", "1400_add_cross_model_advanced_search"),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)