feat(catalog): track variant replacements

This commit is contained in:
2026-09-14 14:07:55 -03:00
parent 289ceba3af
commit aa14129fe7
5 changed files with 115 additions and 5 deletions

View File

@@ -200,10 +200,12 @@ class CatalogSchemaTest extends TestCase
]);
}
public function test_variants_can_override_catalog_item_use_dates(): void
public function test_variants_support_event_dates_and_commercial_replacements(): void
{
$this->assertTrue(Schema::hasColumns('variantes', [
'event_date_id',
'replaced_by_variant_id',
'sales_disabled_at',
]));
}