Added the ability to generate ERDs for tables. #4756

This commit is contained in:
Aditya Toshniwal
2022-11-09 11:36:04 +05:30
committed by GitHub
parent beb43c69dc
commit af32e3c296
13 changed files with 136 additions and 12 deletions

View File

@@ -393,7 +393,7 @@ describe('ERDTool', ()=>{
bodyInstance.onSQLClick();
setTimeout(()=>{
let sql = '-- This script was generated by a beta version of the ERD tool in pgAdmin 4.\n'
let sql = '-- This script was generated by the ERD tool in pgAdmin 4.\n'
+ '-- Please log an issue at https://redmine.postgresql.org/projects/pgadmin4/issues/new if you find any bugs, including reproduction steps.\n'
+ 'BEGIN;\nSELECT 1;\nEND;';