init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20191202141205)]
|
||||
public class DB_1719 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("uspGetDolgozatErtekelesAtlag.sql", "uspGetTanarAltalErtekelhetoCsoportokTantargyak.sql");
|
||||
CreateSchemaSPFN("uspGetDolgozatErtekelesAtlag", "uspGetTanarAltalErtekelhetoCsoportokTantargyak");
|
||||
DeleteFunctions("fnGetTanarAltalErtekelhetoCsoportokTantargyak");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user