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