mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-12 13:28:30 +00:00
upgrade mysql.sql
This commit is contained in:
@@ -57,3 +57,5 @@ CREATE TABLE IF NOT EXISTS `repo_share_invitation` (
|
||||
CONSTRAINT `repo_share_invitatio_invitation_id_b71effd2_fk_invitatio` FOREIGN KEY (`invitation_id`) REFERENCES `invitations_invitation` (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
ALTER TABLE `post_office_attachment` add column `headers` longtext DEFAULT NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user