fix: sql 错误

This commit is contained in:
taojinlong 2022-01-06 07:42:15 +08:00
parent 1b42ca168d
commit 6ec1cb9d3b

View File

@ -13,7 +13,7 @@ CREATE TABLE `dataset_row_permissions` (
)ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_general_ci;
ALTER TABLE `panel_link` ADD COLUMN `user_id` BIGINT(20) NULL DEFAULT NULL ;
ALTER TABLE `panel_link` ADD COLUMN `user_id` BIGINT(20) NULL DEFAULT NULL, DROP PRIMARY KEY;
ALTER TABLE `panel_link_mapping` ADD COLUMN `user_id` BIGINT(20) NULL DEFAULT NULL ;