Page MenuHomePhabricator

Explicitly name check constraints for Microsoft SQL Server schema
Closed, ResolvedPublic

Description

Author: skizzerz

Description:
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 "CKimageimg_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.


Version: 1.24rc
Severity: minor

Details

Reference
bz65757

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:22 AM
bzimport set Reference to bz65757.

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