creddy/src-tauri/migrations/20221201002355_initial.sql
Joseph Montanaro 2cfde4d841 first migration
2022-11-30 16:27:59 -08:00

8 lines
143 B
SQL

-- Add migration script here
CREATE TABLE credentials (
access_key_id TEXT,
secret_key_enc BLOB,
nonce BLOB,
expires INTEGER
)