You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base.0044_resourcebase_bbox_polygon
Add field bbox_polygon to resourcebase
layers.0028_auto_20200323_1945
Raw Python operation
base.0045_auto_20200507_0445
Remove field bbox_x0 from resourcebase
Remove field bbox_x1 from resourcebase
Remove field bbox_y0 from resourcebase
Remove field bbox_y1 from resourcebase
layers.0028 is populating field bbox_polygon from fields bbox_x|y_0|1.
Only layers are handled, so the bbox for maps and other resources are lost forever.
This is a really old migration. We don't want to mess up with the dependency graph, so we may want to update all resources in one of the existing migrations.
The text was updated successfully, but these errors were encountered:
etj
changed the title
Old migration base/0045_auto_20200507_0445 delete maps bbox
Old migration base/0045_auto_20200507_0445 deletes maps bbox
Apr 8, 2024
etj
added a commit
that referenced
this issue
Apr 8, 2024
Snip of
migrate --plan
:layers.0028
is populating fieldbbox_polygon
from fields bbox_x|y_0|1.Only layers are handled, so the bbox for maps and other resources are lost forever.
This is a really old migration. We don't want to mess up with the dependency graph, so we may want to update all resources in one of the existing migrations.
The text was updated successfully, but these errors were encountered: