[mob][multipart] Rename column

This commit is contained in:
Neeraj Gupta 2024-05-08 17:12:16 +05:30
parent 8bc1488866
commit 16c32cac90

View file

@ -23,8 +23,7 @@ class UploadLocksDB {
columnLocalID: "local_id",
columnFileHash: "file_hash",
columnCollectionID: "collection_id",
// todo: neeraj change the name before merging
columnEncryptedFileName: "encrypted_file_path",
columnEncryptedFileName: "encrypted_file_name",
columnEncryptedFileSize: "encrypted_file_size",
columnEncryptedFileKey: "encrypted_file_key",
columnFileEncryptionNonce: "file_encryption_nonce",