mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
UBERF-9017: Reduce createTable calls (#7550)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ async function moveWorkspace (
|
||||
tables = tables.filter((t) => include.has(t))
|
||||
}
|
||||
|
||||
await createTables(new MeasureMetricsContext('', {}), pgClient, tables)
|
||||
await createTables(new MeasureMetricsContext('', {}), pgClient, '', tables)
|
||||
const token = generateToken(systemAccountEmail, wsId)
|
||||
const endpoint = await getTransactorEndpoint(token, 'external')
|
||||
const connection = (await connect(endpoint, wsId, undefined, {
|
||||
|
||||
Reference in New Issue
Block a user