mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-28 16:57:14 +00:00
Pass one at getting it into the db
This commit is contained in:
@@ -158,7 +158,8 @@ export const resources = pgTable("resources", {
|
||||
maintenanceMessage: text("maintenanceMessage"),
|
||||
maintenanceEstimatedTime: text("maintenanceEstimatedTime"),
|
||||
postAuthPath: text("postAuthPath"),
|
||||
health: varchar("health") // "healthy", "unhealthy"
|
||||
health: varchar("health"), // "healthy", "unhealthy"
|
||||
wildcard: boolean("wildcard").notNull().default(false)
|
||||
});
|
||||
|
||||
export const targets = pgTable("targets", {
|
||||
|
||||
Reference in New Issue
Block a user