pgadmin4/web/pgadmin/tools/schema_diff
Khushboo Vashi 45f2e35a99 Added Schema Diff tool to compare two schemas and generate the difference script.
Currently supported objects are Table, View, Materialized View, Function and Procedure.

Backend comparison of two schemas implemented by: Akshay Joshi

Fixes #3452.
2020-01-10 15:42:09 +05:30
..
static Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
templates/schema_diff Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
tests Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
__init__.py Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
compare.py Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
directory_compare.py Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
model.py Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
node_registry.py Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30