mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 02:47:46 +00:00
make fields in provider endpoint optional
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user