refactor: remove router

This commit is contained in:
Mauricio Siu
2024-09-05 01:06:35 -06:00
parent 4f49a10aef
commit 66cd434839
7 changed files with 3577 additions and 55 deletions

View File

@@ -20,7 +20,6 @@ export const admins = pgTable("admin", {
sshPrivateKey: text("sshPrivateKey"),
enableDockerCleanup: boolean("enableDockerCleanup").notNull().default(false),
enableLogRotation: boolean("enableLogRotation").notNull().default(false),
licenseKey: text("licenseKey"),
authId: text("authId")
.notNull()
.references(() => auth.id, { onDelete: "cascade" }),