feat: add Tables settings to Settings/Integrations/Database/Connectio… (#4851)
…n page Closes #4560
This commit is contained in:
@ -7,13 +7,19 @@ export const mockedRemoteObjectIntegrations = [
|
||||
id: '67cbfd35-8dd4-4591-b9d4-c1906281a5da',
|
||||
key: 'twenty_postgres',
|
||||
name: 'Twenty_postgres',
|
||||
tables: [{ name: '1' }],
|
||||
tables: [
|
||||
{ id: 'invoices', name: 'Invoices' },
|
||||
{ id: 'quotes', name: 'Quotes', isSynced: true },
|
||||
{ id: 'customers', name: 'Customers', isSynced: false },
|
||||
{ id: 'subscriptions', name: 'Subscriptions', isSynced: true },
|
||||
{ id: 'payments', name: 'Payments' },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: '3740cd85-7a1e-45b5-8b0d-47e1921d01f3',
|
||||
key: 'image_postgres',
|
||||
name: 'Image_postgres',
|
||||
tables: [{ name: '2' }, { name: '3' }],
|
||||
tables: [],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user