Last modified: 2014-06-30 08:39:00 UTC
The CHECK constraints in the schema for Microsoft SQL Server (which emulate ENUM types in MySQL) are not given explicit names, and are thus given automatically generated names like "CK__image__img_major__123EB7A3". These should be given explicit names so that it is easy to modify them in the future should the list of valid choices change.
Change 135714 had a related patch set uploaded by Rillke: Name implicitly created CHECK constraints https://gerrit.wikimedia.org/r/135714
Change 135714 merged by jenkins-bot: Name implicitly created CHECK constraints https://gerrit.wikimedia.org/r/135714