chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:27 +08:00
commit 0812a531e2
44 changed files with 11212 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- 临时分享:每个账户可选的唯一 share_token用于公开链接仅暴露单条 2FA
ALTER TABLE totp_accounts ADD COLUMN share_token TEXT;
CREATE UNIQUE INDEX IF NOT EXISTS idx_totp_share_token ON totp_accounts (share_token);