keon94 commented on code in PR #2455: URL: https://github.com/apache/incubator-devlake/pull/2455#discussion_r919613027
########## models/migrationscripts/subtask_07112022.go: ########## @@ -0,0 +1,35 @@ +package migrationscripts + +import ( + "context" + commonArchived "github.com/apache/incubator-devlake/models/migrationscripts/archived" + "gorm.io/gorm" + "time" +) + +// Subtask_07112022 DB snapshot model of models.Subtask Review Comment: @klesh is this still the correct way of managing migrations? I see recently there was a big refactor and everything is using init_schema.go now as opposed to individual migrations -- 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]
