Skip to content

Commit fccbd1b

Browse files
committed
ci: fix ci problem
1 parent 71c4012 commit fccbd1b

File tree

2 files changed

+0
-168
lines changed

2 files changed

+0
-168
lines changed

sqle/api/controller/v1/sql_manager_ce.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import (
1212

1313
var ErrCommunityEditionNotSupportSqlManage = errors.New(errors.EnterpriseEditionFeatures, e.New("sql manage is enterprise version feature"))
1414

15-
func getSqlManageList(c echo.Context) error {
16-
return ErrCommunityEditionNotSupportSqlManage
17-
}
18-
1915
func batchUpdateSqlManage(c echo.Context) error {
2016
return ErrCommunityEditionNotSupportSqlManage
2117
}
@@ -24,10 +20,6 @@ func sendSqlManage(c echo.Context) error {
2420
return ErrCommunityEditionNotSupportSqlManage
2521
}
2622

27-
func exportSqlManagesV1(c echo.Context) error {
28-
return ErrCommunityEditionNotSupportSqlManage
29-
}
30-
3123
func getSqlManageRuleTips(c echo.Context) error {
3224
return ErrCommunityEditionNotSupportSqlManage
3325
}

sqle/api/controller/v3/sql_manage_ee.go

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)