Comment 3 for bug 1502887

Revision history for this message
Grzegorz Grasza (xek) wrote :

I'm thinking of writing an additional unit test, which will check for incompatible schema changes.

They have something like this in nova, where they are manually adding migrations with ALTER and DROP to a list of exceptions, so that core reviewers have a hint that they have to check if the patch doesn't introduce incompatible changes.

I'll have to port it to Alembic.