Activity overview
Latest activity by rasoliz
Migration Scripts that use Static Data
What is the solution to writing a migration script that uses static data to process an update?Example:
I have a Properties table that has a foreign key to PropertyTypes. Business requests that a...
Thank you for the response, but that doesn't answer my question to be honest. My deployment is that I will need to update X # of records to use the new static data id. So what you're saying is that DLM will need to deploy my static data changes, and then I'll have to manually provide an update script that gets executed afterwards, which means, no continuous deployment because someone has to manually do something that can be automated by use of migration scripts. / comments
Thank you for the response, but that doesn't answer my question to be honest. My deployment is that I will need to update X # of records to use the new static data id. So what you're saying is th...