Enable RLS in lab (#17328)

This commit is contained in:
Weiko
2026-01-22 12:27:11 +01:00
committed by GitHub
parent 1ffd23764c
commit 9ee2cd0fe3
8 changed files with 50 additions and 0 deletions
@@ -37,6 +37,15 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [
imagePath: 'https://twenty.com/images/lab/is-if-else-enabled.png',
},
},
{
key: FeatureFlagKey.IS_ROW_LEVEL_PERMISSION_PREDICATES_ENABLED,
metadata: {
label: 'Row Level Permissions',
description: 'Enable row level permission',
imagePath:
'https://twenty.com/images/lab/is-row-level-permission-predicates-enabled.png',
},
},
...(process.env.CLOUDFLARE_API_KEY
? [
// {