1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-06 18:00:18 +00:00

Upgrade docs from 1.1 to 1.2.

This commit is contained in:
cuihaikuo
2019-03-20 11:20:25 +08:00
parent d321b18185
commit fc1da70974
3 changed files with 243 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE RepoInfo ADD COLUMN status INTEGER DEFAULT 0;

View 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`);