From 265893012f430789024ecfe8143be494da8b6d8f Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 2 Mar 2022 10:19:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=A8=A1=E5=9D=97=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=A2=9E=E5=8A=A0=E5=BC=80=E5=90=AF=E5=92=8C=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=88=91=E7=9A=84=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1006157 --user=刘瑞斌 【中欧基金】希望在系统设置里面的模块管理,把“我的工作台”模块新增一个开关,可以手动打开关闭 https://www.tapd.cn/55049933/s/1111454 --- .../src/main/resources/db/migration/V109__v1.19_release.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backend/src/main/resources/db/migration/V109__v1.19_release.sql diff --git a/backend/src/main/resources/db/migration/V109__v1.19_release.sql b/backend/src/main/resources/db/migration/V109__v1.19_release.sql new file mode 100644 index 0000000000..d22cfb725c --- /dev/null +++ b/backend/src/main/resources/db/migration/V109__v1.19_release.sql @@ -0,0 +1,3 @@ +-- module management +INSERT INTO system_parameter (param_key, param_value, type, sort) +VALUES ('metersphere.module.workstation', 'ENABLE', 'text', 1); \ No newline at end of file