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