Can we access our Migrations V2 scripts in Source Control 5?
swinghouse
Posts: 120 Bronze 2
Hi,
We experimented quite a bit with Migrations V2 before that beta feature was discontinued. Today I needed to refer to one of those scripts but SQL Source Control 5 didn't display them - quite naturally since they represent a discontinued feature. Is there some way to still access those Migrations V2 scripts in Source Control 5? The only way I could think of was to open the RedGate.MigrationHistory table-valued function and extract the script definition from there, which required a bit of parsing.
/Mattias
We experimented quite a bit with Migrations V2 before that beta feature was discontinued. Today I needed to refer to one of those scripts but SQL Source Control 5 didn't display them - quite naturally since they represent a discontinued feature. Is there some way to still access those Migrations V2 scripts in Source Control 5? The only way I could think of was to open the RedGate.MigrationHistory table-valued function and extract the script definition from there, which required a bit of parsing.
/Mattias
Comments
Redgate Software