init
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20200108123305)]
|
||||
public class DB_1736 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts(
|
||||
"sp_GetOraSorszamByOsztaly.sql",
|
||||
"sp_GetSzakmaiGyNaplo.sql",
|
||||
"uspGetTanoranKivuliNaplo.sql",
|
||||
"uspGetTanuloErtekelesListDataSet.sql");
|
||||
CreateSchemaSPFN(
|
||||
"sp_GetOraSorszamByOsztaly",
|
||||
"sp_GetSzakmaiGyNaplo",
|
||||
"uspGetTanoranKivuliNaplo",
|
||||
"uspGetTanuloErtekelesListDataSet");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user