init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20220120184331)]
|
||||
public class KRETA2_10565 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
DeleteStoredProcedures("uspGetCsoportVezCsoportok", "uspGetIsPedagogiaiSzakszolgalatByAlkalmazottId", "uspTanmenetModositasTTFModositaskor");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user