mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-12 15:04:53 +02:00
make fields in provider endpoint optional
This commit is contained in:
parent
30a3ceb2f3
commit
5750c89b92
4 changed files with 32 additions and 21 deletions
|
@ -44,6 +44,7 @@ export const targets = sqliteTable("targets", {
|
|||
method: text("method").notNull(),
|
||||
port: integer("port").notNull(),
|
||||
protocol: text("protocol"),
|
||||
enabled: integer("enabled", { mode: "boolean" }).notNull().default(true),
|
||||
});
|
||||
|
||||
// Exit Nodes table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue