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