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/3.0.1.8/admin-mode-logging.sql

2 lines
161 B
SQL

ALTER TABLE `folder_transactions` ADD admin_mode TINYINT(1) NOT NULL default 0;
ALTER TABLE `document_transactions` ADD admin_mode TINYINT(1) NOT NULL default 0;