init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,40 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20170726123558)]
|
||||
public class KRETA_2045 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("fnGetDokumentumKapcsolodoOsztalycsoportok.sql");
|
||||
|
||||
CreateSchemaFunctions("fnGetDokumentumKapcsolodoOsztalycsoportok");
|
||||
|
||||
ExecuteScripts(
|
||||
"sp_GetFogadooraInfo.sql",
|
||||
"sp_GetOsztalyNaplo.sql",
|
||||
"sp_GetTanuloiAdatlapAdatok.sql",
|
||||
"sp_GetTanulokJelenletiIvAlkalmankent.sql",
|
||||
"sp_GetTanulokMulasztasokReszletezese.sql",
|
||||
"sp_GetTorzslap.sql",
|
||||
"sp_Nyomtatvany_Excel_IdoszakiOsztalyStatisztika.sql"
|
||||
);
|
||||
|
||||
CreateSchemaStoredProcedures(
|
||||
"sp_GetFogadooraInfo",
|
||||
"sp_GetOsztalyNaplo",
|
||||
"sp_GetTanuloiAdatlapAdatok",
|
||||
"sp_GetTanulokJelenletiIvAlkalmankent",
|
||||
"sp_GetTanulokMulasztasokReszletezese",
|
||||
"sp_GetTorzslap",
|
||||
"sp_Nyomtatvany_Excel_IdoszakiOsztalyStatisztika"
|
||||
);
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue