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