Comment 2 for bug 1241038

Revision history for this message
Thomas Goirand (thomas-goirand) wrote :

We've discussed this already, and the way to fix it was to re-create a temporary table as a copy of the old table, then drop the old table, and rename the temporary table. Probably this should be done directly in sqlalchemy-migrate so we don't have to think about it.