mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 01:24:58 +02:00
Finish conversion of olm reg to multi site
This commit is contained in:
parent
87012c47ea
commit
926ec831e2
2 changed files with 68 additions and 58 deletions
|
@ -143,6 +143,9 @@ export const clients = sqliteTable("clients", {
|
|||
onDelete: "cascade"
|
||||
})
|
||||
.notNull(),
|
||||
exitNodeId: integer("exitNode").references(() => exitNodes.exitNodeId, {
|
||||
onDelete: "set null"
|
||||
}),
|
||||
name: text("name").notNull(),
|
||||
pubKey: text("pubKey"),
|
||||
subnet: text("subnet").notNull(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue