Skip to content

Commit 3e8fa12

Browse files
committed
Fix database reset command
1 parent 47d917f commit 3e8fa12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/twenty-server/src/engine/workspace-manager/workspace-sync-metadata/commands/add-standard-id.command.ts

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export class AddStandardIdCommand extends CommandRunner {
5959
IS_AIRTABLE_INTEGRATION_ENABLED: true,
6060
IS_POSTGRESQL_INTEGRATION_ENABLED: true,
6161
IS_MULTI_SELECT_ENABLED: false,
62+
IS_REAL_TIME_SYNC_ENABLED: true,
6263
},
6364
);
6465
const standardFieldMetadataCollection = this.standardFieldFactory.create(
@@ -74,6 +75,7 @@ export class AddStandardIdCommand extends CommandRunner {
7475
IS_AIRTABLE_INTEGRATION_ENABLED: true,
7576
IS_POSTGRESQL_INTEGRATION_ENABLED: true,
7677
IS_MULTI_SELECT_ENABLED: false,
78+
IS_REAL_TIME_SYNC_ENABLED: true,
7779
},
7880
);
7981

0 commit comments

Comments
 (0)