init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20190705164034)]
|
||||
public class KRETA2_194_DB1 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("sp_Global_CreateDictionaryItems.sql", "uspGenerateTanevAdatok.sql", "sp_GetFelhasznaloJogok.sql");
|
||||
ExecuteScripts("dictionaryitems_frissites.sql");
|
||||
ExecuteScripts("addroles.sql");
|
||||
CreateSchemaSPFN("uspGenerateTanevAdatok", "sp_GetFelhasznaloJogok");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user