init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,34 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20200522083715)]
|
||||
public class DB_2094 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("DB_2094.sql");
|
||||
RegisterSPFN(
|
||||
"fnGetFollowUpColumnMapping",
|
||||
"sp_AktivTanevValtasa",
|
||||
"uspFollowUpAlkalmazott",
|
||||
"uspFollowUpDictionaryItemBase",
|
||||
"uspFollowUpFelhasznaloCim",
|
||||
"uspFollowUpGondviseloCim",
|
||||
"uspFollowUpTanulo",
|
||||
"uspGondviseloImport",
|
||||
"uspInsertEgyediNap",
|
||||
"uspInsertEgyediNapOsztalycsoport",
|
||||
"uspOrarendImport",
|
||||
"uspTantargyfelosztasImport",
|
||||
"uspTanuloBesorolasImport",
|
||||
"uspTanuloKifirImport"
|
||||
);
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue