-- 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';