refresh the table designer after publishing (#18220)

This commit is contained in:
Alan Ren
2022-02-04 09:32:07 -08:00
committed by GitHub
parent 83c6eee8e2
commit 4c49e1cd41
6 changed files with 24 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ export function registerTableDesignerCommands(appContext: AppContext) {
isNewTable: false,
name: name,
schema: schema,
id: `${connectionString}|${database}|${schema}|${name}`,
id: `${sqlProviderName}|${server}|${database}|${schema}|${name}`,
connectionString: connectionString
}, telemetryInfo);
}));