tsk-69: Migration changes

This commit is contained in:
2025-10-22 11:12:59 -04:00
parent eb6ddbc97a
commit ae02ccc5e5
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ CREATE TABLE IF NOT EXISTS "salt" (
CREATE TABLE IF NOT EXISTS "passphrase" (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
username TEXT NOT NULL,
passphrase TEXT NOT NULL,
date_created TIMESTAMPTZ NOT NULL DEFAULT NOW()
);