mirror of
https://github.com/avecms/AVE.cms.git
synced 2026-09-10 02:01:52 +00:00
3 lines
146 B
SQL
3 lines
146 B
SQL
ALTER TABLE `{{prefix}}_rubrics`
|
|
ADD COLUMN IF NOT EXISTS `rubric_is_technical` TINYINT UNSIGNED NOT NULL DEFAULT 0 AFTER `rubric_docs_active`;
|