You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update foreign table to distant table schema (#5508)
Closes#5069 back-end part
And:
- do not display schemaPendingUpdates status on remote server lists as
this call will become too costly if there are dozens of servers
- (refacto) create foreignTableService
After this is merged we will be able to delete remoteTable's
availableTables column
Copy file name to clipboardExpand all lines: packages/twenty-front/src/modules/settings/integrations/database-connection/components/SettingsIntegrationDatabaseConnectionSummaryCard.tsx
Copy file name to clipboardExpand all lines: packages/twenty-front/src/modules/settings/integrations/database-connection/components/SettingsIntegrationDatabaseConnectionSyncStatus.tsx
+3
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,18 @@ import { isDefined } from '~/utils/isDefined';
Copy file name to clipboardExpand all lines: packages/twenty-front/src/modules/settings/integrations/database-connection/hooks/useDatabaseConnection.ts
Copy file name to clipboardExpand all lines: packages/twenty-server/src/engine/metadata-modules/remote-server/remote-table/distant-table/distant-table.service.ts
+28-35
Original file line number
Diff line number
Diff line change
@@ -23,43 +23,40 @@ export class DistantTableService {
0 commit comments