init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20190211141315)]
|
||||
public class DB_389 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("sp_GetESL_A03T02_1.sql", "sp_GetESL_A03T01_1.sql", "fnGetLemorzsolodottTanulokByFelhely.sql", "sp_ExportEsl_A03T01_1.sql");
|
||||
CreateSchemaStoredProcedures("sp_GetESL_A03T02_1", "sp_ExportEsl_A03T01_1", "sp_GetESL_A03T01_1");
|
||||
CreateSchemaFunctions("fnGetLemorzsolodottTanulokByFelhely");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user