mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
make fields in provider endpoint optional
This commit is contained in:
parent
14e9762414
commit
eea0c9ba2b
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