init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20171009125939)]
|
||||
public class KRETA_3645 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("sp_GetMunkaidoElszamoloLap.sql", "sp_GetTanuloiAdatlapAdatok.sql", "sp_GetOsztalyNaplo.sql");
|
||||
|
||||
CreateSchemaStoredProcedures("sp_GetMunkaidoElszamoloLap", "sp_GetTanuloiAdatlapAdatok", "sp_GetOsztalyNaplo");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user