Hello,
What is the expected SQLcl project usage for identifying and managing deleted database objects?
As for now, when an object is deleted in the database, project export does not reflect this in the /src directory.
Is the only workaround for this - always delete /src and perform project export to identify what is no longer exported, thus assuming it is deleted from database?
E.g.:
- create a new table
- perform project export - object is added to /src
- delete the table
- perform project export - object is still present in /src
I was unable to find relevant information on this topic either in this forum or in the documentation.
Regards,
Arvydas