Candidate build v6.16
Steps
- Create two databases with sample and sample2
- execute pg-sample.sql on both databases and rename some objects in sample2 database
- Open schema diff
- select source and target databases without selecting any schema
- Click on compare
- schema diff open with objects successfully
- Now go into sample2 database and rename schema with public2
- Now Click on compare again
- schema diff open with objects successfully
- Select all objects and click on generate script
- query tool is on the wait state
Expected Result:
Generate script should be working if the user renames the schema and click on compare

