Closed kalxas closed 7 years ago
@afabiani could you take a look?
Mmm, quite strange. Did you run makemigrations?
The fileds are defined here https://github.com/GeoNode/geonode/blob/master/geonode/base/migrations/24_to_26.py
And the initial_data.json has been updated with coordinates too.
I already did python manage.py migrate
this is a migrated site, so initial_data.json is not loaded
maybe the 24_to_26.py has been marked as already applied. This should not happen on a new installation, but maybe on a migrated one yes.
A possible solution would be to run a python manage.py makemigrations, but maybe you need to remove the bbox fields declararion from 24_to_26.py first.
About the bboxes of the regions, it should not a big issue to have them empy. The side effect is that the md editor won't provide you default values when you create a new Layer.
I added the missing columns manually. Besides bbox_x0, bbox_x1, bbox_y0, bbox_y1 srid is also missing.
is this still valid? Can we consider it as fixed?
well, I had to manually add this column in the migration process, but yes, lets close this issue
I deployed master yesterday and when I try metadata details I get this error: