mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
add 增加 4.3-4.4 更新 sql 文件
This commit is contained in:
3
script/sql/update/postgres/update-4.3-4.4.sql
Normal file
3
script/sql/update/postgres/update-4.3-4.4.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE "sys_oss_config" ADD COLUMN "access_policy" char(1) NOT NULL DEFAULT '1'::bpchar;
|
||||
|
||||
COMMENT ON COLUMN "sys_oss_config"."access_policy" IS '桶权限类型(0=private 1=public 2=custom)';
|
Reference in New Issue
Block a user