mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-20 01:25:41 -05:00
Add schema compare publish changes operation (#795)
* add schema compare publish changes operation
This commit is contained in:
@@ -1961,6 +1961,36 @@
|
||||
<target state="new">Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ExportBacpacTaskName">
|
||||
<source>Export bacpac</source>
|
||||
<target state="new">Export bacpac</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ImportBacpacTaskName">
|
||||
<source>Import bacpac</source>
|
||||
<target state="new">Import bacpac</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ExtractDacpacTaskName">
|
||||
<source>Extract dacpac</source>
|
||||
<target state="new">Extract dacpac</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="DeployDacpacTaskName">
|
||||
<source>Deploy dacpac</source>
|
||||
<target state="new">Deploy dacpac</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="GenerateScriptTaskName">
|
||||
<source>Generate script</source>
|
||||
<target state="new">Generate script</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PublishChangesTaskName">
|
||||
<source>Apply schema compare changes</source>
|
||||
<target state="new">Apply schema compare changes</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user