Add schema compare publish changes operation (#795)

* add schema compare publish changes operation
This commit is contained in:
kisantia
2019-04-09 15:04:59 -07:00
committed by GitHub
parent 8ba59859dc
commit 213fe4ab37
10 changed files with 449 additions and 26 deletions

View File

@@ -1687,8 +1687,32 @@
<value>For directory {0} a file with name {1} already exist</value>
<comment></comment>
</data>
<data name="ExportBacpacTaskName" xml:space="preserve">
<value>Export bacpac</value>
<comment></comment>
</data>
<data name="ImportBacpacTaskName" xml:space="preserve">
<value>Import bacpac</value>
<comment></comment>
</data>
<data name="ExtractDacpacTaskName" xml:space="preserve">
<value>Extract dacpac</value>
<comment></comment>
</data>
<data name="DeployDacpacTaskName" xml:space="preserve">
<value>Deploy dacpac</value>
<comment></comment>
</data>
<data name="GenerateScriptTaskName" xml:space="preserve">
<value>Generate script</value>
<comment></comment>
</data>
<data name="ExtractInvalidVersion" xml:space="preserve">
<value>Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.</value>
<comment></comment>
</data>
<data name="PublishChangesTaskName" xml:space="preserve">
<value>Apply schema compare changes</value>
<comment></comment>
</data>
</root>