Skip to content

Commit 6f31288

Browse files
committed
Update
1 parent ca361e9 commit 6f31288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/migrations/v1_24/v315.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ func MigrateIniToDatabase(x *xorm.Engine) error {
3434
setting.UI, "ui",
3535
[]string{
3636
"Reactions", "CustomEmojis", "MaxDisplayFileSize", "DefaultTheme", "Themes",
37-
"FileIconTheme", "PreferredTimestampTense", "AmbiguousUnicodeDetection"}...,
37+
"FileIconTheme", "PreferredTimestampTense", "AmbiguousUnicodeDetection",
38+
}...,
3839
)
3940
if err != nil {
4041
return err

0 commit comments

Comments
 (0)