mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
🗃️ Add primaryColor to login page branding
This commit is contained in:
@@ -209,8 +209,9 @@ export const loginPageBranding = pgTable("loginPageBranding", {
|
||||
logoUrl: text("logoUrl").notNull(),
|
||||
logoWidth: integer("logoWidth").notNull(),
|
||||
logoHeight: integer("logoHeight").notNull(),
|
||||
title: text("title").notNull(),
|
||||
title: text("title"),
|
||||
subtitle: text("subtitle"),
|
||||
primaryColor: text("primaryColor"),
|
||||
resourceTitle: text("resourceTitle").notNull(),
|
||||
resourceSubtitle: text("resourceSubtitle")
|
||||
});
|
||||
|
||||
@@ -210,8 +210,9 @@ export const loginPageBranding = sqliteTable("loginPageBranding", {
|
||||
logoUrl: text("logoUrl").notNull(),
|
||||
logoWidth: integer("logoWidth").notNull(),
|
||||
logoHeight: integer("logoHeight").notNull(),
|
||||
title: text("title").notNull(),
|
||||
title: text("title"),
|
||||
subtitle: text("subtitle"),
|
||||
primaryColor: text("primaryColor"),
|
||||
resourceTitle: text("resourceTitle").notNull(),
|
||||
resourceSubtitle: text("resourceSubtitle")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user