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