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.3.6/document-restore.sql

3 lines
113 B
SQL

ALTER TABLE `documents` ADD `restore_folder_id` INT(11);
ALTER TABLE `documents` ADD `restore_folder_path` text;