init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20170904163707)]
|
||||
public class KRETA_3028 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("AlterTables.sql", "sp_Global_GenerateTanevAdatokFromExistingTanev.sql", "fnGetUtkozesByTanar.sql");
|
||||
CreateSchemaFunctions("fnGetUtkozesByTanar");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user