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