init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20180611103502)]
|
||||
public class OM_985 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("InsertDicItemsIntoMunkakor.sql", "sp_AktivTanevValtasa.sql", "uspGenerateTanevAdatokFromExistingTanev.sql");
|
||||
CreateSchemaStoredProcedures("sp_AktivTanevValtasa");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user