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/1.2.0-to-1.2.1.sql

3 lines
201 B
SQL

ALTER TABLE folders ADD COLUMN inherit_parent_folder_permission BIT;
UPDATE folders SET inherit_parent_folder_permission = 1;
UPDATE system_settings SET value="1.2.1" WHERE name="knowledgeTreeVersion";