1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 15:11:08 +00:00

Update seafile.sql.

This commit is contained in:
cuihaikuo
2019-03-29 10:30:16 +08:00
parent f92e52cda8
commit 8367640c16
2 changed files with 2 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ CREATE TABLE `RepoInfo` (
`version` int(11) DEFAULT NULL,
`is_encrypted` int(11) DEFAULT NULL,
`last_modifier` varchar(255) DEFAULT NULL,
`status` INTEGER DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `repo_id` (`repo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;