Skip to content

Commit e554102

Browse files
authored
Fixes GeoNode#7342 Migration breaks layers (GeoNode#7357)
1 parent 7b36f34 commit e554102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geonode/base/migrations/0045_auto_20200507_0445.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class Migration(migrations.Migration):
77

88
dependencies = [
99
('base', '0044_resourcebase_bbox_polygon'),
10+
('layers', '0028_auto_20200323_1945'),
1011
]
1112

1213
operations = [

0 commit comments

Comments
 (0)