init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20190921130445)]
|
||||
public class KRETA2_1295 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("uspKIRstat_TanuloLakohely.sql", "uspKIRstat_TanuloEletkor.sql", "uspKIRstat_Evfolyam.sql", "KRETA2_1295.sql");
|
||||
CreateSchemaSPFN("uspKIRstat_TanuloLakohely", "uspKIRstat_TanuloEletkor", "uspKIRstat_Evfolyam");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user