Changes between Version 1 and Version 2 of Ticket #22001, comment 11
- Timestamp:
- Feb 26, 2014, 8:30:38 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22001, comment 11
v1 v2 1 1 Replying to [comment:10 steko]: 2 > I am not 100% sure this is the right place to raise the issue but it seems definitely related to the one that I originally reported. The `sqlclear` output for the same app is (perhaps obviously) missing the necessary `DELETE FROM geometry_columns WHERE f_table_name = mytable;` so even if the geometry column was created correctly (as happens in 1.6) clearing the database would not work as expected. I don't know if your proposed patch fixes this other issue as well. 3 [[BR]] 2 4 3 It "should" fix that problem too. But I'll add a test or two for altering migrations (e.g. deleting a geometry field in a model).