fix: migration

This commit is contained in:
2026-03-12 13:34:52 +08:00
parent 17f185f366
commit 0f6d14d791

View File

@@ -1,4 +1,4 @@
CREATE TABLE "passkey" (
CREATE TABLE IF NOT EXISTS "passkey" (
"id" text PRIMARY KEY NOT NULL,
"name" text,
"public_key" text NOT NULL,