init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20191118101202)]
|
||||
public class KRETA2_1987 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
DeleteStoredProcedures("sp_GetErtesitoNyomtatvany", "sp_GetTanulokFelmentesekHatarozatok", "sp_GetTanulokJegyeiReszletezes", "sp_GetTanulokTantargyMulasztasokReszletezese", "sp_GetUzenofuzetErtekelolap");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user