|
@@ -164,7 +164,7 @@ class NCManageDatabase: NSObject {
|
|
|
migration.deleteData(forType: tableTrash.className())
|
|
|
}
|
|
|
|
|
|
- if oldSchemaVersion < 252 {
|
|
|
+ if oldSchemaVersion < 253 {
|
|
|
migration.deleteData(forType: tableActivity.className())
|
|
|
migration.deleteData(forType: tableActivityLatestId.className())
|
|
|
migration.deleteData(forType: tableActivityPreview.className())
|