work on stuff

This commit is contained in:
Joseph Montanaro
2023-04-25 14:41:14 -07:00
parent 6f9cd6b471
commit a8aafa1519
12 changed files with 134 additions and 89 deletions

View File

@ -3,7 +3,8 @@ CREATE TABLE credentials (
access_key_id TEXT NOT NULL,
secret_key_enc BLOB NOT NULL,
salt BLOB NOT NULL,
nonce BLOB NOT NULL
nonce BLOB NOT NULL,
created_at INTEGER NOT NULL
);
CREATE TABLE config (