mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 12:49:43 +00:00
Merge branch 'dev' into refactor/paginated-tables
This commit is contained in:
commit
ab65bb6a8a
184 changed files with 6127 additions and 4176 deletions
|
|
@ -162,7 +162,8 @@ export const resources = sqliteTable("resources", {
|
|||
}).default("forced"), // "forced" = always show, "automatic" = only when down
|
||||
maintenanceTitle: text("maintenanceTitle"),
|
||||
maintenanceMessage: text("maintenanceMessage"),
|
||||
maintenanceEstimatedTime: text("maintenanceEstimatedTime")
|
||||
maintenanceEstimatedTime: text("maintenanceEstimatedTime"),
|
||||
postAuthPath: text("postAuthPath")
|
||||
});
|
||||
|
||||
export const targets = sqliteTable("targets", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue