mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-24 04:23:58 +00:00
Updated Cipher API with breaking changes, and included backwards compatibility
This commit is contained in:
parent
e2f7f56a81
commit
1277cb099d
7 changed files with 153 additions and 80 deletions
|
@ -37,6 +37,9 @@ CREATE TABLE ciphers (
|
|||
folder_uuid TEXT REFERENCES folders (uuid),
|
||||
organization_uuid TEXT,
|
||||
type INTEGER NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
notes TEXT,
|
||||
fields TEXT,
|
||||
data TEXT NOT NULL,
|
||||
favorite BOOLEAN NOT NULL
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue