fix: migration
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
CREATE TABLE "passkey" (
|
CREATE TABLE IF NOT EXISTS "passkey" (
|
||||||
"id" text PRIMARY KEY NOT NULL,
|
"id" text PRIMARY KEY NOT NULL,
|
||||||
"name" text,
|
"name" text,
|
||||||
"public_key" text NOT NULL,
|
"public_key" text NOT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user