feat: migration for team booking page cache feature flag (#22566)

This commit is contained in:
Benny Joo
2025-07-16 19:34:42 +00:00
committed by GitHub
parent 21add18ad8
commit b40d448e07
@@ -0,0 +1,10 @@
INSERT INTO
"Feature" (slug, enabled, description, "type")
VALUES
(
'team-booking-page-cache',
false,
'Enable to cache event-type and team data for team booking pages',
'OPERATIONAL'
) ON CONFLICT (slug) DO NOTHING;