mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 15:09:39 +02:00
Complete migrations
This commit is contained in:
parent
80656f48e0
commit
4d7e25f97b
5 changed files with 15 additions and 4 deletions
|
@ -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", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue