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