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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user