소스 검색

fix tableE2eEncryptionV2

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 1 년 전
부모
커밋
c1334c6736
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      iOSClient/Data/NCManageDatabase+E2EE.swift

+ 2 - 1
iOSClient/Data/NCManageDatabase+E2EE.swift

@@ -34,7 +34,8 @@ class tableE2eEncryptionLock: Object {
     @Persisted var e2eToken = ""
 }
 
-class tableE2eEncryption: Object {
+typealias tableE2eEncryption = tableE2eEncryptionV2
+class tableE2eEncryptionV2: Object {
 
     @Persisted(primaryKey: true) var primaryKey = ""
     @Persisted var account = ""