mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-17 07:40:25 +00:00
Upgrade docs from 1.1 to 1.2.
This commit is contained in:
3
scripts/docs-upgrade/sql/1.2.0/mysql/seahub.sql
Normal file
3
scripts/docs-upgrade/sql/1.2.0/mysql/seahub.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `base_filecomment` ADD `detail` LONGTEXT DEFAULT NULL;
|
||||
ALTER TABLE `base_filecomment` ADD `resolved` TINYINT(1) NOT NULL DEFAULT 0;
|
||||
ALTER TABLE `base_filecomment` ADD INDEX `resolved` (`resolved`);
|
Reference in New Issue
Block a user