klesh commented on code in PR #3916:
URL: 
https://github.com/apache/incubator-devlake/pull/3916#discussion_r1046774231


##########
models/blueprint.go:
##########
@@ -73,11 +73,12 @@ type DbBlueprint struct {
        Plan        string `json:"plan" encrypt:"yes"`
        Enable      bool   `json:"enable"`
        //please check this https://crontab.guru/ for detail
-       CronConfig   string `json:"cronConfig" format:"* * * * *" example:"0 0 
* * 1"`
-       IsManual     bool   `json:"isManual"`
-       SkipOnFail   bool   `json:"skipOnFail"`
-       Settings     string `json:"settings" encrypt:"yes" 
swaggertype:"array,string" example:"please check api: 
/blueprints/<PLUGIN_NAME>/blueprint-setting"`
-       common.Model `swaggerignore:"true"`
+       CronConfig       string     `json:"cronConfig" format:"* * * * *" 
example:"0 0 * * 1"`
+       IsManual         bool       `json:"isManual"`
+       SkipOnFail       bool       `json:"skipOnFail"`
+       CreatedDateAfter *time.Time `json:"createdDateAfter"`

Review Comment:
   I think this field should be deleted as well



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to