浏览代码

add comments

Marino Faggiana 7 年之前
父节点
当前提交
795feb6c0c
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2 5
      iOSClient/Database/NCManageDatabase.swift

+ 2 - 5
iOSClient/Database/NCManageDatabase.swift

@@ -59,11 +59,8 @@ class NCManageDatabase: NSObject {
             fileURL: dirGroup?.appendingPathComponent("\(appDatabaseNextcloud)/\(k_databaseDefault)"),
             fileURL: dirGroup?.appendingPathComponent("\(appDatabaseNextcloud)/\(k_databaseDefault)"),
             schemaVersion: 11,
             schemaVersion: 11,
             
             
-             /*
-             
-             11 : Add object tableE2eEncryption
-
-             */
+            // 10 : Version 2.18.0
+            // 11 : Add object tableE2eEncryption
             
             
             migrationBlock: { migration, oldSchemaVersion in
             migrationBlock: { migration, oldSchemaVersion in
                 // We haven’t migrated anything yet, so oldSchemaVersion == 0
                 // We haven’t migrated anything yet, so oldSchemaVersion == 0