mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Schema Compare extension (#4974)
* extension now working * fix diff editor title disappearing and remove border from source and target name boxes * redoing a bunch of stuff that disappeared after rebasing * add images and add to extensions.ts * moving a few changes to the right place after rebase * formatting * update toolbar svgs * addressing comments * add return types * Adding PR comments * Adding light and dark theme icons * Fixing the diff editor title for dark theme
This commit is contained in:
29
extensions/schema-compare/README.md
Normal file
29
extensions/schema-compare/README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Microsoft SQL Server Schema Compare for Azure Data Studio
|
||||
|
||||
Microsoft SQL Server Schema Compare for Azure Data Studio includes:
|
||||
|
||||
## Schema Compare *(preview)*
|
||||
The Schema Compare extension provides an easy to use experience to compare .dacpac files and databases and apply the changes from source to target.
|
||||
|
||||
This experience is currently in its initial preview. Please report issues and feature requests [here.](https://github.com/microsoft/azuredatastudio/issues)
|
||||
|
||||
### How do I start a Schema Comparison?
|
||||
* The main entry point for schema compare is to right click a database in the Object Explorer, and click **Schema Compare**.
|
||||
* The user can also launch the schema compare dialog from the command palette (Ctrl+Shift+P) by searching for **Schema Compare**
|
||||
|
||||
### Why would I use the Schema Compare?
|
||||
Schema Compare was created to add the ability to compare the schemas from .dacpac files and databases and apply the changes.
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
|
||||
## Privacy Statement
|
||||
|
||||
The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement) describes the privacy statement of this software.
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
|
||||
Licensed under the [Source EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/LICENSE.txt).
|
||||
Reference in New Issue
Block a user