feat: add migration to expand tenant_codigo in bundles and update related seeders and tests

This commit is contained in:
2026-07-17 16:07:33 -03:00
parent b8eb71896c
commit d3182fbd13
5 changed files with 233 additions and 61 deletions

View File

@@ -162,7 +162,7 @@ class TenantSeeder extends Seeder
'secondary_color' => '#A0A0A0',
'danger_color' => '#FF8888',
'success_color' => '#198754',
'header_bg_color' => '#015327',
'header_bg_color' => '#ffffff',
'footer_bg_color' => '#015327',
'header_logo' => $fiestaHeaderLogo,
'footer_logo' => $fiestaFooterLogo,