init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,94 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20180704160547)]
|
||||
public class HOI2016_Build : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
//NOTE: Ez azért van kikommentezve, mert a hoi 2014 - 2016 váltásához kellett, ami egy külön build volt kikommentezés nélkül!
|
||||
//ExecuteScripts(
|
||||
// "sp_Global_CreateTriggers.sql"
|
||||
//);
|
||||
|
||||
//ExecuteScripts(
|
||||
// "sp_Global_CreateDictionaryItems.sql"
|
||||
//);
|
||||
//ExecuteScripts(
|
||||
// "dictionaryitems_frissites.sql",
|
||||
// "updateDictionaryItemNames.sql"
|
||||
//);
|
||||
|
||||
//ExecuteScripts(
|
||||
// "sp_GetFogadooraInfo.sql"
|
||||
//);
|
||||
//CreateSchemaStoredProcedures(
|
||||
// "sp_GetFogadooraInfo"
|
||||
//);
|
||||
|
||||
//ExecuteScripts(
|
||||
// "sp_Nyomtatvany_Excel_IdoszakiTanuloStatisztika.sql"
|
||||
//);
|
||||
//CreateSchemaStoredProcedures(
|
||||
// "sp_Nyomtatvany_Excel_IdoszakiTanuloStatisztika"
|
||||
//);
|
||||
|
||||
//ExecuteScripts(
|
||||
// "sp_UpdateErtesitesiDatum.sql"
|
||||
//);
|
||||
//CreateSchemaStoredProcedures(
|
||||
// "sp_UpdateErtesitesiDatum"
|
||||
//);
|
||||
|
||||
//ExecuteScripts(
|
||||
// "uspGetOsztalycsoportTantargyiMulasztasai.sql",
|
||||
// "index.sql"
|
||||
//);
|
||||
//CreateSchemaStoredProcedures(
|
||||
// "uspGetOsztalycsoportTantargyiMulasztasai"
|
||||
//);
|
||||
|
||||
//ExecuteScripts(
|
||||
// "sp_DynamicImport.sql"
|
||||
//);
|
||||
//CreateSchemaStoredProcedures(
|
||||
// "sp_DynamicImport"
|
||||
//);
|
||||
|
||||
//ExecuteScripts(
|
||||
// "sp_DynamicImportJsonSplit.sql"
|
||||
//);
|
||||
//CreateSchemaStoredProcedures(
|
||||
// "sp_DynamicImportJsonSplit"
|
||||
//);
|
||||
|
||||
//ExecuteScripts(
|
||||
// "sp_TantargyfelosztasImport.sql"
|
||||
//);
|
||||
//CreateSchemaStoredProcedures(
|
||||
// "sp_TantargyfelosztasImport"
|
||||
//);
|
||||
|
||||
//ExecuteScripts(
|
||||
// "sp_GetJsonForMobileTanarProfil.sql",
|
||||
// "sp_GetJsonForMobileFoglalkozasokListaja.sql",
|
||||
// "sp_GetJsonForMobileTanoraListaPart1.sql",
|
||||
// "sp_GetJsonForMobileTanoraListaPart2.sql",
|
||||
// "sp_GetJsonForMobileTanuloLista.sql"
|
||||
//);
|
||||
|
||||
//CreateSchemaStoredProcedures(
|
||||
// "sp_GetJsonForMobileTanarProfil",
|
||||
// "sp_GetJsonForMobileFoglalkozasokListaja",
|
||||
// "sp_GetJsonForMobileTanoraListaPart1",
|
||||
// "sp_GetJsonForMobileTanoraListaPart2",
|
||||
// "sp_GetJsonForMobileTanuloLista"
|
||||
//);
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue