init
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20181213162301)]
|
||||
public class OM_1561_DB : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("sp_GetFelhasznaloErintettOsztalyai.sql", "sp_GetGondviselokElerhetosegei.sql",
|
||||
"sp_GetTanuloiAdatlapAdatok.sql", "sp_GetTanulokLakcimmel.sql", "uspGetTanuloOsztalyCsoportjai.sql",
|
||||
"sp_GetKozossegiJelentkezesLap.sql");
|
||||
CreateSchemaStoredProcedures("sp_GetFelhasznaloErintettOsztalyai", "sp_GetGondviselokElerhetosegei",
|
||||
"sp_GetTanuloiAdatlapAdatok", "sp_GetTanulokLakcimmel", "uspGetTanuloOsztalyCsoportjai",
|
||||
"sp_GetKozossegiJelentkezesLap");
|
||||
|
||||
ExecuteScripts("fnGetOsztalyCsoportTanuloOsztalyList.sql");
|
||||
CreateSchemaFunctions("fnGetOsztalyCsoportTanuloOsztalyList");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user