mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-11 10:28:15 +00:00
Complete migrations
This commit is contained in:
@@ -95,7 +95,7 @@ export const resources = pgTable("resources", {
|
||||
stickySession: boolean("stickySession").notNull().default(false),
|
||||
tlsServerName: varchar("tlsServerName"),
|
||||
setHostHeader: varchar("setHostHeader"),
|
||||
enableProxy: boolean("enableProxy").notNull().default(true),
|
||||
enableProxy: boolean("enableProxy").default(true),
|
||||
});
|
||||
|
||||
export const targets = pgTable("targets", {
|
||||
|
||||
Reference in New Issue
Block a user