Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F25563389
Schema change for T189101
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
Lucas_Werkmeister_WMDE
Aug 31 2018, 5:26 PM
2018-08-31 17:26:22 (UTC+0)
Size
364 B
Referenced Files
None
Subscribers
None
Schema change for T189101
View Options
--
-- T180834: Add numeric primary key to wbqc_constraints
-- (replacing constraint_guid as primary key)
ALTER TABLE /*_*/wbqc_constraints
ADD COLUMN constraint_id int unsigned NOT NULL AUTO_INCREMENT FIRST,
DROP PRIMARY KEY,
ADD PRIMARY KEY (constraint_id);
CREATE UNIQUE INDEX /*i*/wbqc_constraints_guid_uniq ON /*_*/wbqc_constraints (constraint_guid);
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6352048
Default Alt Text
Schema change for T189101 (364 B)
Attached To
Mode
P7505 Schema change for T189101
Attached
Detach File
Event Timeline
Log In to Comment