first migration
This commit is contained in:
parent
7d462645b4
commit
2cfde4d841
7
src-tauri/migrations/20221201002355_initial.sql
Normal file
7
src-tauri/migrations/20221201002355_initial.sql
Normal file
@ -0,0 +1,7 @@
|
||||
-- Add migration script here
|
||||
CREATE TABLE credentials (
|
||||
access_key_id TEXT,
|
||||
secret_key_enc BLOB,
|
||||
nonce BLOB,
|
||||
expires INTEGER
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user