Hi all,
What is the best approach to test the IMigrationStep in order to run it multiple times on our local development environment?
I have a migration step that will create new tables and stored procedures on the CMS database on a new schema. I have been able to re run it again by delete the row on tblBigTable that has the storename column with the name of the migration step assembly.
Is this correct?
Many thanks in advance ;)