Add has_been_merged to DB
This commit is contained in:
parent
de143f9033
commit
12aa457e3a
6 changed files with 28 additions and 6 deletions
|
|
@ -20,6 +20,8 @@ pub struct StoredDocumentVersion {
|
|||
pub is_deleted: bool,
|
||||
pub user_id: UserId,
|
||||
pub device_id: DeviceId,
|
||||
#[allow(dead_code)] // This is for manual analysis
|
||||
pub has_been_merged: bool,
|
||||
}
|
||||
|
||||
impl PartialEq<Self> for StoredDocumentVersion {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue