Update schema for tracking valid domains

This commit is contained in:
Owen
2026-06-30 13:53:44 -04:00
parent 9bb2d6cdc8
commit af95052706
3 changed files with 14 additions and 8 deletions

View File

@@ -21,9 +21,6 @@ import {
targetHealthCheck,
users
} from "./schema";
import { serial, varchar } from "drizzle-orm/mysql-core";
import { pgTable } from "drizzle-orm/pg-core";
import { bigint } from "zod";
export const certificates = sqliteTable("certificates", {
certId: integer("certId").primaryKey({ autoIncrement: true }),