init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20170731093434)]
|
||||
public class KRETA_2449 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("SetAdminUserIDs.sql");
|
||||
ExecuteScripts("sp_SetSystemSettingsDefaultData.sql", "sp_AktivTanevValtasa.sql", "sp_ElozoTanevesViewokTorlese.sql");
|
||||
CreateSchemaStoredProcedures("sp_SetSystemSettingsDefaultData", "sp_AktivTanevValtasa");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user