document-restore.sql 113 Bytes
ALTER TABLE `documents` ADD `restore_folder_id` INT(11);
ALTER TABLE `documents` ADD `restore_folder_path` text;