I have case where ERD diagram was created using the LucidChart code to generate a csv file and then generate chart from this. Works fine. However I have a large investment in formatting on this diagram and I need to now "point" to another database connection. Data is basically same except for minor updates but I see no way to point to a new Database name for the refresh.
Example let's say original Database was DevDB and now we want ProdDB... Same tables and relations with minor updates but want to point to ProdDB vs DevDB which was used to originally create.
What is best method to accomplish this?