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