5498 create a feature flag is gmail sync v2 enabled (#5501)

Closes #5498
This commit is contained in:
bosiraphael
2024-05-22 09:25:06 +02:00
committed by GitHub
parent 5ad59b5845
commit beaaf33544
3 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export enum FeatureFlagKeys {
IsAirtableIntegrationEnabled = 'IS_AIRTABLE_INTEGRATION_ENABLED',
IsPostgreSQLIntegrationEnabled = 'IS_POSTGRESQL_INTEGRATION_ENABLED',
IsStripeIntegrationEnabled = 'IS_STRIPE_INTEGRATION_ENABLED',
IsGmailSyncV2Enabled = 'IS_GMAIL_SYNC_V2_ENABLED',
}
@Entity({ name: 'featureFlag', schema: 'core' })