init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20200515150959)]
|
||||
public class KRETA2_2988 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts("DropTable.sql");
|
||||
DeleteViews("T_CSATOLTFELHASZNALOK_CSATOLTJ", "T_JOGOSULTGONDVISELOK_HOZZAREN", "T_NAPTARINAP_TEVEKENYSEG", "T_RESZTVEVOK_TEVEKENYSEGEK", "T_TERMEK_JOGYAKORLATOK");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user