Skip to content

Commit a1f0b09

Browse files
csoulsLinkinStars
authored andcommitted
fix: update migration version from v1.7.1 to v1.7.2
1 parent 57f31ec commit a1f0b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ var migrations = []Migration{
104104
NewMigration("v1.5.1", "add plugin kv storage", addPluginKVStorage, true),
105105
NewMigration("v1.6.0", "move user config to interface", moveUserConfigToInterface, true),
106106
NewMigration("v1.7.0", "add optional tags", addOptionalTags, true),
107-
NewMigration("v1.7.1", "expand avatar column length", expandAvatarColumnLength, false),
107+
NewMigration("v1.7.2", "expand avatar column length", expandAvatarColumnLength, false),
108108
}
109109

110110
func GetMigrations() []Migration {

0 commit comments

Comments
 (0)