Add sqlite migration

This commit is contained in:
Owen
2025-10-14 12:04:02 -07:00
parent c0039190bd
commit 4bb3d85c25
5 changed files with 335 additions and 95 deletions

View File

@@ -3,7 +3,7 @@ import { sql } from "drizzle-orm";
import { isoBase64URL } from "@simplewebauthn/server/helpers";
import { randomUUID } from "crypto";
const version = "1.10.4";
const version = "1.11.0";
export default async function migration() {
console.log(`Running setup script ${version}...`);