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