feat: migration for team booking page cache feature flag (#22566)
This commit is contained in:
+10
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user