csouls commented on code in PR #1463:
URL: https://github.com/apache/answer/pull/1463#discussion_r2647419162


##########
internal/migrations/migrations.go:
##########
@@ -104,6 +104,7 @@ var migrations = []Migration{
        NewMigration("v1.5.1", "add plugin kv storage", addPluginKVStorage, 
true),
        NewMigration("v1.6.0", "move user config to interface", 
moveUserConfigToInterface, true),
        NewMigration("v1.7.0", "add optional tags", addOptionalTags, true),
+       NewMigration("v1.7.1", "expand avatar column length", 
expandAvatarColumnLength, false),

Review Comment:
   Thank you for the review! I've updated the migration version to v1.7.2.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to