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