init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20190808110704)]
|
||||
public class DB_910 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("Add_Indexes.sql", "fnGetTanuloOsztalyString.sql", "uspGetGondviselokElerhetosegeiExport.sql", "uspTanuloKereses.sql");
|
||||
CreateSchemaSPFN("fnGetTanuloOsztalyString", "uspGetGondviselokElerhetosegeiExport", "uspTanuloKereses");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user