Comment 1 for bug 1435265

Revision history for this message
Eli Qiao (taget-9) wrote :

this should be related to mysql.
after some investigate.
the model of InstanceTypes has this constraint, but it's not case-sensitive, so it consider test1-0 and TEST1-0 same thing.

        schema.UniqueConstraint("name", "deleted",
                                name="uniq_instance_types0name0deleted")