This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
pgadmin4
Watch
3
Star
0
Fork
0
You've already forked pgadmin4
mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced
2025-02-25 18:55:31 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2ec8051303cb34f32c12a1762bef2d15c59cf22f
pgadmin4
/
web
/
pgadmin
/
tools
/
schema_diff
History
Khushboo Vashi
c7a16a4bd5
Fixed code smells having rule 'Nested blocks of code should not be left empty'.
2020-06-26 13:18:27 +05:30
..
static
Fixed SonarQube issues with the tag unused. All the unused variables, assignments, code comments are fixed.
2020-06-25 11:09:43 +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
Fixed an issue where schema diff marks an identical table as different.
Fixes
#5350
2020-04-20 18:04:16 +05:30
__init__.py
1) Added option to ignore the whitespaces while comparing objects in schema diff.
Fixes
#5468
2020-06-17 16:27:51 +05:30
compare.py
1) Added option to ignore the whitespaces while comparing objects in schema diff.
Fixes
#5468
2020-06-17 16:27:51 +05:30
directory_compare.py
Fixed code smells having rule 'Nested blocks of code should not be left empty'.
2020-06-26 13:18:27 +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