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/07 08:17:37 UTC

[GitHub] [incubator-devlake] likyh commented on a diff in pull request #2424: feat: team feature domain and github

likyh commented on code in PR #2424:
URL: https://github.com/apache/incubator-devlake/pull/2424#discussion_r915594051


##########
plugins/github/models/migrationscripts/init_schema_20220615.go:
##########
@@ -68,7 +69,7 @@ func (u *initSchemas) Up(ctx context.Context, db *gorm.DB) error {
 		&archived.GithubIssueComment{},
 		&archived.GithubIssueEvent{},
 		&archived.GithubIssueLabel{},
-		&archived.GithubUser{},
+		&archived.GithubAccount{},

Review Comment:
   No. it should not change existing migration scripts.



-- 
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