init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20200204131902)]
|
||||
public class DB_1987_fix2 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("fnGetLemorzsolodottTanulokByFelhely.sql", "sp_ExportEsl_A03T01_1.sql", "sp_GetESL_A03T01_1.sql", "sp_GetESL_A03T02_1.sql");
|
||||
CreateSchemaSPFN("fnGetLemorzsolodottTanulokByFelhely", "sp_ExportEsl_A03T01_1", "sp_GetESL_A03T01_1", "sp_GetESL_A03T02_1");
|
||||
DeleteStoredProcedures("uspGetLemorzsolodottTanulokByFelhely");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue