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
bef692d4316641f66e13aac01151ed36f4fbe5a4
pgadmin4
/
web
/
pgadmin
/
tools
/
erd
History
Akshay Joshi
d644b4f94e
1) Replace Flask-BabelEx with Flask-Babel.
Fixes
#6088
...
2) Upgrade Flask to version 2.
Fixes
#7010
2021-11-24 17:22:57 +05:30
..
static
Ensure that only the table node should be allowed to drop on the ERD tool.
Fixes
#6929
2021-10-19 12:01:43 +05:30
templates
/erd
Added ERD Diagram support with basic table fields, primary key, foreign key, and DDL SQL generation.
Fixes
#1802
2021-01-16 17:06:50 +05:30
tests
Fixed API Test Case for ERD
2021-10-12 14:26:01 +05:30
__init__.py
1) Replace Flask-BabelEx with Flask-Babel.
Fixes
#6088
2021-11-24 17:22:57 +05:30
utils.py
Added flag to check before adding 'IF NOT EXISTS' and 'OR REPLACE' clause to the SQL. While creating any object the respective clause should not be added.
2021-09-22 19:14:19 +05:30