Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/erda-project/erda
Browse files Browse the repository at this point in the history
  • Loading branch information
kakj-go committed Oct 29, 2021
2 parents 2aa4c89 + da0feca commit 41b9878
Show file tree
Hide file tree
Showing 40 changed files with 2,158 additions and 334 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DELETE FROM ps_group_projects_quota WHERE project_id NOT IN (SELECT id FROM ps_group_projects);
2 changes: 1 addition & 1 deletion .erda/migrations/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ allowed_dml:
union_stmt: true
load_data_stmt: false
insert_stmt: true
delete_stmt: false
delete_stmt: true
update_stmt: true
show_stmt: true
split_region_stmt: false
Expand Down
1 change: 1 addition & 0 deletions api/proto-go/all.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions api/proto-go/core/monitor/event/client/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 93 additions & 0 deletions api/proto-go/core/monitor/event/client/provider.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

86 changes: 86 additions & 0 deletions api/proto-go/core/monitor/event/pb/event_query.form.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 85 additions & 0 deletions api/proto-go/core/monitor/event/pb/event_query.http.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 41b9878

Please sign in to comment.