add configurable gift menu overlays
Add tenant-scoped gift menu settings, catalog-backed triggers, infinite OBS rendering, and guard assets. Normalize legacy and protobuf gift values for blind-box, battery-tier, and transaction-aware matching.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Every account owns exactly one built-in gift-menu component. Its ordered
|
||||
-- entries remain in validated component settings and inherit component RLS.
|
||||
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS component_instances_single_gift_menu
|
||||
ON component_instances(owner_user_id, kind)
|
||||
WHERE kind = 'gift_menu';
|
||||
Reference in New Issue
Block a user