Wednesday, 7 August 2013

Running DB Scripts on Code-First Deployment

Running DB Scripts on Code-First Deployment

Is it possible to run a DB Scripts on Code-First Deployment? For example,
I want to create a set of stored procedure when executing the following
command;
Update-Database -Verbose

No comments:

Post a Comment