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