mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-31 16:14:46 +02:00
Rearange site table?
This commit is contained in:
parent
84e118d1fa
commit
68e5ec2d88
3 changed files with 18 additions and 18 deletions
|
@ -12,7 +12,7 @@ export const sites = sqliteTable("sites", {
|
|||
orgId: text("orgId").references(() => orgs.orgId, {
|
||||
onDelete: "cascade",
|
||||
}),
|
||||
niceId: text("niceId"),
|
||||
niceId: text("niceId").notNull(),
|
||||
exitNode: integer("exitNode").references(() => exitNodes.exitNodeId, {
|
||||
onDelete: "set null",
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue