From 4356da2b030443f74c25335ad60b9f3c40f5b789 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 수, 15 12월 2021 09:55:54 +0900 Subject: [PATCH] 이슈 하위이슈 삭제버튼, 최고관리자인데 수정 권한이 없는 오류 수정 --- src/main/resources/migration/V1_12__Alter_Table.sql | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/main/resources/migration/V1_12__Alter_Table.sql b/src/main/resources/migration/V1_12__Alter_Table.sql index cbce5f8..9944ff1 100644 --- a/src/main/resources/migration/V1_12__Alter_Table.sql +++ b/src/main/resources/migration/V1_12__Alter_Table.sql @@ -1,7 +1 @@ --- �븘�닔 �뜲�씠�꽣 �뿬遺� -ALTER TABLE `custom_field` ADD COLUMN `required_data` VARCHAR(1) NOT NULL DEFAULT 'N'; - --- �룄硫붿씤 �빆紐� 異붽� -ALTER TABLE `company_field` ADD COLUMN `url` VARCHAR(255) NULL; -ALTER TABLE `isp_field` ADD COLUMN `url` VARCHAR(255) NULL; -ALTER TABLE `hosting_field` ADD COLUMN `url` VARCHAR(255) NULL; +ALTER TABLE `user` ADD INDEX `levelIdIndex`(`level_id`); \ No newline at end of file -- Gitblit v1.8.0