Skip to content

Commit e530a9d

Browse files
Merge pull request #3173 from actiontech/feat-add-sql-type
Feat add sql type
2 parents 93c2390 + 8594d69 commit e530a9d

File tree

10 files changed

+767
-7
lines changed

10 files changed

+767
-7
lines changed

sqle/api/app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ func StartApi(net *gracenet.Net, exitChan chan struct{}, config *config.SqleOpti
236236
v1ProjectOpRouter.POST("/:project_name/workflows/:workflow_id/tasks/:task_id/order_file", v1.UpdateSqlFileOrderByWorkflowV1)
237237
v1ProjectOpRouter.GET("/:project_name/workflows/:workflow_id/backup_sqls", v1.GetBackupSqlList)
238238
v1ProjectOpRouter.POST("/:project_name/workflows/:workflow_id/create_rollback_workflow", v1.CreateRollbackWorkflow)
239+
v1ProjectOpRouter.POST("/:project_name/workflows/auto_create_and_execute", v1.AutoCreateAndExecuteWorkflowV1)
239240

240241
// sql version
241242
v1ProjectOpRouter.POST("/:project_name/sql_versions/:sql_version_id/batch_release_workflows", v1.BatchReleaseWorkflows)

0 commit comments

Comments
 (0)