init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20171204134851)]
|
||||
public class OM_49 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("dictionaryitems_frissites.sql", "sp_Global_SetSystemSettingsDefaultData.sql", "rendszerbeallitas_frissites.sql", "sp_GetFelhasznaloOsztalyaiByFoglalkozas.sql");
|
||||
|
||||
CreateSchemaStoredProcedures("sp_GetFelhasznaloOsztalyaiByFoglalkozas");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user