init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,33 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20190225153800)]
|
||||
public class OM_2181_DB_2 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts(
|
||||
"sp_GetNapkozisNaplo.sql",
|
||||
"sp_GetNaplozasMulasztasList.sql",
|
||||
"sp_GetOraMentessegList.sql",
|
||||
"sp_GetTanuloiEgyebAdatok.sql",
|
||||
"sp_GetTanulokLakcimmel.sql",
|
||||
"sp_TanuloKIRStatAdatokGyorsExport.sql"
|
||||
);
|
||||
CreateSchemaStoredProcedures(
|
||||
"sp_GetNapkozisNaplo",
|
||||
"sp_GetNaplozasMulasztasList",
|
||||
"sp_GetOraMentessegList",
|
||||
"sp_GetTanuloiEgyebAdatok",
|
||||
"sp_GetTanulokLakcimmel",
|
||||
"sp_TanuloKIRStatAdatokGyorsExport"
|
||||
);
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue