소스 검색

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)"),
             schemaVersion: 11,
             
-             /*
-             
-             11 : Add object tableE2eEncryption
-
-             */
+            // 10 : Version 2.18.0
+            // 11 : Add object tableE2eEncryption
             
             migrationBlock: { migration, oldSchemaVersion in
                 // We haven’t migrated anything yet, so oldSchemaVersion == 0