mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
refresh the table designer after publishing (#18220)
This commit is contained in:
@@ -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);
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user