Skip to content

Commit 6ad0749

Browse files
author
Jun Tang
committed
Fix db upgrade
1 parent 8fe9547 commit 6ad0749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mixin/Database/MixinDatabase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class MixinDatabase: BaseDatabase {
7171

7272
if currentVersion < 5 {
7373
try database.drop(table: Sticker.tableName)
74-
try database.drop(table: "sticker_album")
74+
try database.drop(table: "sticker_albums")
7575
}
7676
}
7777

0 commit comments

Comments
 (0)