You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/13 03:21:02 UTC

[GitHub] [incubator-devlake] keon94 commented on a diff in pull request #2455: [feat-2433]: record execution time for plugin subtasks

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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org