init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20180220105553)]
|
||||
public class OM_469 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("fnConvertJSONToTable.sql");
|
||||
CreateSchemaFunctions("fnConvertJSONToTable");
|
||||
|
||||
ExecuteScripts("sp_UpdateRendszerbeallitasok.sql");
|
||||
CreateSchemaStoredProcedures("sp_UpdateRendszerbeallitasok");
|
||||
|
||||
ExecuteScripts("OM_469.sql");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user