diff --git a/migrations/0001_init.sql b/migrations/0001_init.sql index 06b8928..bf9486c 100644 --- a/migrations/0001_init.sql +++ b/migrations/0001_init.sql @@ -25,6 +25,7 @@ CREATE TABLE IF NOT EXISTS users ( role TEXT NOT NULL DEFAULT 'user', status TEXT NOT NULL DEFAULT 'active', totp_secret TEXT, + totp_recovery_code TEXT, created_at TEXT NOT NULL, updated_at TEXT NOT NULL );