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