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