summaryrefslogtreecommitdiff
path: root/www/wiki/maintenance/mssql/archives/patch-image-img_description_id.sql
blob: bc51b529c23ef57ec57cd18176006b42f6fbcc7a (plain)
1
2
3
4
5
6
--
-- patch-image-img_description_id.sql
--
-- T188132. Add `img_description_id` to the `image` table.

ALTER TABLE /*_*/image ADD img_description_id bigint NOT NULL CONSTRAINT DF_img_description_id DEFAULT 0 CONSTRAINT FK_img_description_id FOREIGN KEY REFERENCES /*_*/comment(comment_id);