1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-12 21:35:30 +00:00

Update 6.1.0 upgrade sql.

This commit is contained in:
Jonathan Xu
2017-05-09 15:05:09 +08:00
parent 3773cbc7c2
commit 568e6ac57d
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
ALTER TABLE share_fileshare MODIFY token varchar(100);
ALTER TABLE share_uploadlinkshare MODIFY token varchar(100);
ALTER TABLE `share_fileshare` MODIFY token varchar(100);
ALTER TABLE `share_fileshare` ADD COLUMN `permission` varchar(50) NOT NULL DEFAULT 'view_download';
ALTER TABLE `share_uploadlinkshare` MODIFY token varchar(100);
CREATE TABLE IF NOT EXISTS `institutions_institutionquota` (
`id` int(11) NOT NULL AUTO_INCREMENT,