Browse Source

Remove unused UserOrganization

pull/36/head
Miroslav Prasil 7 years ago
committed by
parent
commit
ac2ca5812b
  1. 2
      src/db/models/cipher.rs

2
src/db/models/cipher.rs

@ -3,7 +3,7 @@ use serde_json::Value as JsonValue;
use uuid::Uuid;
use super::{User, Organization, UserOrganization, Attachment, FolderCipher, CollectionCipher, UserOrgType};
use super::{User, Organization, Attachment, FolderCipher, CollectionCipher, UserOrgType};
#[derive(Debug, Identifiable, Queryable, Insertable, Associations)]
#[table_name = "ciphers"]

Loading…
Cancel
Save