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