mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 04:39:43 +00:00
♻️rename title & subtitle to orgTitle and orgSubtitle
This commit is contained in:
parent
27e8250cd1
commit
e2c4a906c4
3 changed files with 12 additions and 12 deletions
|
|
@ -210,11 +210,11 @@ export const loginPageBranding = sqliteTable("loginPageBranding", {
|
|||
logoUrl: text("logoUrl").notNull(),
|
||||
logoWidth: integer("logoWidth").notNull(),
|
||||
logoHeight: integer("logoHeight").notNull(),
|
||||
title: text("title"),
|
||||
subtitle: text("subtitle"),
|
||||
primaryColor: text("primaryColor"),
|
||||
resourceTitle: text("resourceTitle").notNull(),
|
||||
resourceSubtitle: text("resourceSubtitle")
|
||||
resourceSubtitle: text("resourceSubtitle"),
|
||||
orgTitle: text("orgTitle"),
|
||||
orgSubtitle: text("orgSubtitle")
|
||||
});
|
||||
|
||||
export const loginPageBrandingOrg = sqliteTable("loginPageBrandingOrg", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue