mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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.
This commit is contained in:
committed by
Akshay Joshi
parent
8b99a33e6e
commit
45f2e35a99
@@ -34,6 +34,8 @@ class _PGCSRFProtect(CSRFProtect):
|
||||
'pgadmin.tools.datagrid.panel',
|
||||
'pgadmin.tools.debugger.initialize_target',
|
||||
'pgadmin.tools.debugger.direct_new',
|
||||
'pgadmin.tools.schema_diff.panel',
|
||||
'pgadmin.tools.schema_diff.ddl_compare',
|
||||
]
|
||||
|
||||
for exempt in exempt_views:
|
||||
|
||||
Reference in New Issue
Block a user