feat: add whitelabelingConfig column to webServerSettings table and update related metadata

This commit is contained in:
Mauricio Siu
2026-03-10 00:28:52 -06:00
parent b84bc9b7c6
commit e3ff7ef3e3
5 changed files with 5 additions and 7480 deletions

View File

@@ -1 +1 @@
ALTER TABLE "webServerSettings" ALTER COLUMN "whitelabelingConfig" SET DEFAULT '{"appName":null,"appDescription":null,"logoUrl":null,"faviconUrl":null,"primaryColor":null,"customCss":null,"loginLogoUrl":null,"supportUrl":null,"docsUrl":null,"errorPageTitle":null,"errorPageDescription":null,"metaTitle":null,"footerText":null}'::jsonb;
ALTER TABLE "webServerSettings" ADD COLUMN "whitelabelingConfig" jsonb DEFAULT '{"appName":null,"appDescription":null,"logoUrl":null,"faviconUrl":null,"primaryColor":null,"customCss":null,"loginLogoUrl":null,"supportUrl":null,"docsUrl":null,"errorPageTitle":null,"errorPageDescription":null,"metaTitle":null,"footerText":null}'::jsonb;

View File

@@ -1 +0,0 @@
ALTER TABLE "webServerSettings" ADD COLUMN "whitelabelingConfig" jsonb DEFAULT '{"appName":null,"logoUrl":null,"faviconUrl":null,"primaryColor":null,"customCss":null,"loginLogoUrl":null,"supportUrl":null,"docsUrl":null,"errorPageTitle":null,"errorPageDescription":null,"metaTitle":null,"footerText":null}'::jsonb;

View File

@@ -1,5 +1,5 @@
{
"id": "6df6e4c0-1ca0-4c91-a78a-f69abfde78cb",
"id": "cec2dc6b-f0db-4064-bc17-7f79ed1b8638",
"prevId": "2e0aba0b-93fc-4bfe-a975-1c5d45354753",
"version": "7",
"dialect": "postgresql",
@@ -7179,7 +7179,7 @@
"type": "jsonb",
"primaryKey": false,
"notNull": false,
"default": "'{\"appName\":null,\"logoUrl\":null,\"faviconUrl\":null,\"primaryColor\":null,\"customCss\":null,\"loginLogoUrl\":null,\"supportUrl\":null,\"docsUrl\":null,\"errorPageTitle\":null,\"errorPageDescription\":null,\"metaTitle\":null,\"footerText\":null}'::jsonb"
"default": "'{\"appName\":null,\"appDescription\":null,\"logoUrl\":null,\"faviconUrl\":null,\"primaryColor\":null,\"customCss\":null,\"loginLogoUrl\":null,\"supportUrl\":null,\"docsUrl\":null,\"errorPageTitle\":null,\"errorPageDescription\":null,\"metaTitle\":null,\"footerText\":null}'::jsonb"
},
"cleanupCacheApplications": {
"name": "cleanupCacheApplications",

File diff suppressed because it is too large Load Diff

View File

@@ -1041,15 +1041,8 @@
{
"idx": 148,
"version": "7",
"when": 1773039642819,
"tag": "0148_strong_karma",
"breakpoints": true
},
{
"idx": 149,
"version": "7",
"when": 1773064075434,
"tag": "0149_omniscient_bug",
"when": 1773124119746,
"tag": "0148_cold_kitty_pryde",
"breakpoints": true
}
]