1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

rm outer_parent_id

This commit is contained in:
skywalker
2021-04-08 12:00:15 +08:00
parent 04515c829e
commit 14ce83c518
7 changed files with 1 additions and 9 deletions

View File

@@ -1288,7 +1288,6 @@ CREATE TABLE `external_department` (
`group_id` int(11) NOT NULL,
`provider` varchar(32) NOT NULL,
`outer_id` bigint(20) NOT NULL,
`outer_parent_id` bigint(20) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `group_id` (`group_id`),
UNIQUE KEY `external_department_provider_outer_id_8dns6vkw_uniq` (`provider`,`outer_id`)