♻️ refactor

This commit is contained in:
Fred KISSIE
2026-02-14 04:06:11 +01:00
parent ab65bb6a8a
commit 1fbcad8787
2 changed files with 13 additions and 22 deletions

View File

@@ -1,13 +1,6 @@
import { randomUUID } from "crypto";
import { InferSelectModel } from "drizzle-orm";
import {
sqliteTable,
text,
integer,
index,
uniqueIndex
} from "drizzle-orm/sqlite-core";
import { no } from "zod/v4/locales";
import { index, integer, sqliteTable, text } from "drizzle-orm/sqlite-core";
export const domains = sqliteTable("domains", {
domainId: text("domainId").primaryKey(),