[mob][multipart] Rename column
This commit is contained in:
parent
8bc1488866
commit
16c32cac90
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue