feat(catalog): add event_id to catalog items and backfill existing records

This commit is contained in:
2026-09-18 12:19:03 -03:00
parent ee9f2ba538
commit cdc17a13e2
7 changed files with 101 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ class StoreCatalogItemRequest extends FormRequest
return [
'tenant_code' => ['prohibited'],
'event_id' => ['prohibited'],
'type' => ['sometimes', Rule::enum(CatalogItemType::class)],
'category_id' => [
'sometimes',