mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added the ability to generate ERDs for tables. #4756
This commit is contained in:
@@ -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;';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user