Updated Cipher API with breaking changes, and included backwards compatibility

This commit is contained in:
Daniel García
2018-03-06 00:02:36 +01:00
parent e2f7f56a81
commit 1277cb099d
7 changed files with 153 additions and 80 deletions

View File

@@ -17,6 +17,9 @@ table! {
organization_uuid -> Nullable<Text>,
#[sql_name = "type"]
type_ -> Integer,
name -> Text,
notes -> Nullable<Text>,
fields -> Nullable<Text>,
data -> Text,
favorite -> Bool,
}