pgadmin4/web/pgadmin/tools/erd
2021-09-28 17:47:00 +05:30
..
static Port browser tree to React. Fixes #6129 2021-09-27 16:44:26 +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 Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'. Fixes #5741 2021-09-09 13:00:35 +05:30
__init__.py Added support for Two-factor authentication for improving security. Fixes #6543 2021-09-28 17:47:00 +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