This website requires JavaScript.
Explore
Help
Sign In
pgadmin-org
/
pgadmin4
mirror of
https://github.com/pgadmin-org/pgadmin4.git
Watch
1
Star
0
Fork
You've already forked pgadmin4
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a1b48d2c64
pgadmin4
/
web
/
pgadmin
/
tools
/
schema_diff
History
Akshay Joshi
a7d40e238e
Ensure that the 'CREATE SCHEMA' statement should be present in the generated script if the schema is not present in the target database.
Fixes
#5816
2020-09-11 19:06:56 +05:30
..
static
Ensure that the 'CREATE SCHEMA' statement should be present in the generated script if the schema is not present in the target database.
Fixes
#5816
2020-09-11 19:06:56 +05:30
templates
/schema_diff
Improvements in the UI for both default and dark themes.
Fixes
#5133
2020-02-24 14:11:00 +05:30
tests
Change the following to replace Python 2 code with Python 3:
2020-08-31 16:45:31 +05:30
__init__.py
Ensure that the 'CREATE SCHEMA' statement should be present in the generated script if the schema is not present in the target database.
Fixes
#5816
2020-09-11 19:06:56 +05:30
compare.py
Ensure that the 'CREATE SCHEMA' statement should be present in the generated script if the schema is not present in the target database.
Fixes
#5816
2020-09-11 19:06:56 +05:30
directory_compare.py
Ensure that the 'CREATE SCHEMA' statement should be present in the generated script if the schema is not present in the target database.
Fixes
#5816
2020-09-11 19:06:56 +05:30
model.py
Added and fixed gettext usage for better translation coverage.
Fixes
#5284
2020-03-24 11:14:05 +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