Adding 'GO' statements to Entity Framework migrations
So I have an application with a ton of migrations made by Entity framework. We want to get a script for all the migrations at once and using the -Script tag does work fine. However...it does not add GO statements in the SQL giving us problems like Alter view should be the first statement in a batch file... I have been searching around and manually adding Sql("GO"); help with this problem but only for the entire script. When I use the package console manager again it returns an exception. System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'GO'. Is there a way to