Skip to content

Commit

Permalink
应用发布版本回退
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiwork authored Jan 5, 2024
1 parent 52f4781 commit 5e4a033
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/sql/v2.7.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ALTER TABLE `deploy_history` ADD `is_rollback` tinyint(1) DEFAULT NULL COMMENT '是否回滚';
-- 接口权限
INSERT INTO `permissions` (`pid`, `name`, `sort`, `path`, `method`) VALUES (131, '列出应用可回滚版本', 0, '/api/v1/cicd/deploy/rollback', 'GET');
INSERT INTO `permissions` (`pid`, `name`, `sort`, `path`, `method`) VALUES (131, '回滚应用版本', 0, '/api/v1/cicd/deploy/rollback', 'POST');

ALTER TABLE `system_settings` ADD COLUMN license TEXT COMMENT 'license授权'

0 comments on commit 5e4a033

Please sign in to comment.