mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-15 17:23:32 -05:00
Add schema compare publish changes operation (#795)
* add schema compare publish changes operation
This commit is contained in:
@@ -786,4 +786,13 @@ Error_ExistingDirectoryName = For directory {0} a file with name {1} already exi
|
||||
|
||||
############################################################################
|
||||
# DacFx
|
||||
ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.
|
||||
ExportBacpacTaskName = Export bacpac
|
||||
ImportBacpacTaskName = Import bacpac
|
||||
ExtractDacpacTaskName = Extract dacpac
|
||||
DeployDacpacTaskName = Deploy dacpac
|
||||
GenerateScriptTaskName = Generate script
|
||||
ExtractInvalidVersion = Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.
|
||||
|
||||
############################################################################
|
||||
# Schema Compare
|
||||
PublishChangesTaskName = Apply schema compare changes
|
||||
Reference in New Issue
Block a user