fix: drop record group feature flag (#9575)

This commit is contained in:
Jérémy M
2025-01-13 14:50:27 +01:00
committed by GitHub
parent 6314cdb36c
commit b81879dead
4 changed files with 4 additions and 18 deletions

View File

@ -336,7 +336,6 @@ export enum FeatureFlagKey {
IsPostgreSqlIntegrationEnabled = 'IsPostgreSQLIntegrationEnabled',
IsStripeIntegrationEnabled = 'IsStripeIntegrationEnabled',
IsUniqueIndexesEnabled = 'IsUniqueIndexesEnabled',
IsViewGroupsEnabled = 'IsViewGroupsEnabled',
IsWorkflowEnabled = 'IsWorkflowEnabled'
}