orchestrator-core
orchestrator-core copied to clipboard
[Feature]: Add Resource Type Deprecation to Migration Generator
Contact Details
What should we build?
Today, if you delete a resource type (as it is no longer used, for example) you would write a migration to delete that resource type. We should add support for this to the migration generator (maybe it's already there) but also add support to the orch core for going through all resource types that have been deleted and remove them from the database on any subscription instance that is in the TERMINATED state.
Relevant pseudo code
No response