Changes between Initial Version and Version 1 of Ticket #22001, comment 11


Ignore:
Timestamp:
Feb 26, 2014, 8:30:25 AM (10 years ago)
Author:
Eric Palakovich Carr

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22001, comment 11

    initial v1  
    11Replying to [comment:10 steko]:
    22> 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 
     3[[BR]]
    44It "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).
Back to Top