feat(backup): add branding_settings to db backup route
This commit is contained in:
@@ -67,7 +67,8 @@ export async function GET() {
|
||||
'orders',
|
||||
'profiles',
|
||||
'users',
|
||||
'settings'
|
||||
'settings',
|
||||
'branding_settings'
|
||||
];
|
||||
|
||||
const backupData: Record<string, any[]> = {};
|
||||
|
||||
Reference in New Issue
Block a user