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