This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/sql/mysql/upgrade/2.99.2/fieldsets_system.sql

3 lines
150 B
MySQL
Raw Permalink Normal View History

ALTER TABLE `fieldsets` ADD COLUMN `is_system` tinyint(1) unsigned NOT NULL default '0';
ALTER TABLE `fieldsets` ADD INDEX `is_system` (`is_system`);