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