Fixing stuff

This commit is contained in:
Owen Schwartz
2024-10-14 21:59:35 -04:00
parent 0599421975
commit d3b3667b72
5 changed files with 1765 additions and 382 deletions

View File

@@ -12,6 +12,7 @@ export const sites = sqliteTable("sites", {
orgId: text("orgId").references(() => orgs.orgId, {
onDelete: "cascade",
}),
niceId: text("niceId"),
exitNode: integer("exitNode").references(() => exitNodes.exitNodeId, {
onDelete: "set null",
}),