init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20170609111935)]
|
||||
public class KRETA_1673 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("fnGetDokumentumOsztalyokCsoportokTanuloi.sql", "sp_GetOsztalyNaplo.sql", "sp_GetTorzslap.sql");
|
||||
|
||||
CreateSchemaFunctions("fnGetDokumentumOsztalyokCsoportokTanuloi");
|
||||
|
||||
CreateSchemaStoredProcedures("sp_GetOsztalyNaplo", "sp_GetTorzslap");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user