init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20190405115931)]
|
||||
public class OM_2517 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("fnGetOsztalyCsoportTanuloOsztalyList.sql", "uspGetTanuloErtekelesDataSetByTantargy.sql", "uspGetTanuloErtekelesDataSetByMagatartasSzorgalom.sql");
|
||||
|
||||
CreateSchemaFunctions("fnGetOsztalyCsoportTanuloOsztalyList");
|
||||
|
||||
CreateSchemaStoredProcedures("uspGetTanuloErtekelesDataSetByTantargy", "uspGetTanuloErtekelesDataSetByMagatartasSzorgalom");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user