keon94 commented on code in PR #2484:
URL: https://github.com/apache/incubator-devlake/pull/2484#discussion_r919611412


##########
models/migrationscripts/init_schema.go:
##########
@@ -115,7 +115,7 @@ func (*initSchemas) Up(ctx context.Context, db *gorm.DB) 
error {
 }
 
 func (*initSchemas) Version() uint64 {
-       return 20220707232344
+       return 20220711232344

Review Comment:
   Isn't this going to cause this migration to be ran again and therefore drop 
all existing tables via Up()? Wouldn't that cause data loss?



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