feat(backup): add branding_settings to db backup route

This commit is contained in:
DanielS
2026-08-18 16:15:57 +02:00
parent 4296a9106f
commit 1c8de6e895

View File

@@ -67,7 +67,8 @@ export async function GET() {
'orders', 'orders',
'profiles', 'profiles',
'users', 'users',
'settings' 'settings',
'branding_settings'
]; ];
const backupData: Record<string, any[]> = {}; const backupData: Record<string, any[]> = {};