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/field_mandatory.sql

2 lines
89 B
SQL

ALTER TABLE `document_fields` ADD COLUMN `is_mandatory` tinyint(4) NOT NULL default '0';