mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 21:21:06 +00:00
Add sqlite migration
This commit is contained in:
parent
c0039190bd
commit
4bb3d85c25
5 changed files with 335 additions and 95 deletions
|
|
@ -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}...`);
|
||||
Loading…
Add table
Add a link
Reference in a new issue