微服务版后端初始化
This commit is contained in:
9
script/20241015/人员同步默认同步标记改为否.sql
Normal file
9
script/20241015/人员同步默认同步标记改为否.sql
Normal file
@ -0,0 +1,9 @@
|
||||
/** 人员同步逻辑中设置为是,其他情况下为用户手动创建,应默认为否 **/
|
||||
|
||||
ALTER TABLE "xjr_department" ALTER COLUMN "is_sync" SET DEFAULT 'N';
|
||||
|
||||
ALTER TABLE "xjr_user_dept_relation"
|
||||
ALTER COLUMN "is_sync" SET DEFAULT 'N',
|
||||
ALTER COLUMN "is_main" SET DEFAULT 'N';
|
||||
|
||||
ALTER TABLE "xjr_user" ALTER COLUMN "is_sync" SET DEFAULT 'N';
|
||||
Reference in New Issue
Block a user