mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-25 21:13:01 +03:00
parent
4b251812bd
commit
5448512bdc
@ -75,7 +75,7 @@ export class DistantTableService {
|
||||
await entityManager.query(`CREATE SCHEMA "${tmpSchemaName}"`);
|
||||
|
||||
const tableLimitationsOptions = tableName
|
||||
? ` LIMIT TO (${tableName})`
|
||||
? ` LIMIT TO ("${tableName}")`
|
||||
: '';
|
||||
|
||||
await entityManager.query(
|
||||
|
Loading…
Reference in New Issue
Block a user