mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 21:21:06 +00:00
♻️ make logo URL optional
This commit is contained in:
parent
c92b5942fc
commit
b7df8b7319
7 changed files with 58 additions and 23 deletions
|
|
@ -206,7 +206,7 @@ export const loginPageBranding = sqliteTable("loginPageBranding", {
|
|||
loginPageBrandingId: integer("loginPageBrandingId").primaryKey({
|
||||
autoIncrement: true
|
||||
}),
|
||||
logoUrl: text("logoUrl").notNull(),
|
||||
logoUrl: text("logoUrl"),
|
||||
logoWidth: integer("logoWidth").notNull(),
|
||||
logoHeight: integer("logoHeight").notNull(),
|
||||
primaryColor: text("primaryColor"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue