init
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.DataAccess.Migrations.Migrations
|
||||
{
|
||||
[Migration(20220720192903)]
|
||||
public class DB_4669 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
ExecuteScripts(
|
||||
"01_Generated.sql"
|
||||
, "02_LegmagasabbSzintu.sql"
|
||||
, "03_Fenntarto_DML.sql"
|
||||
, "04_Fenntarto_DDL.sql"
|
||||
, "05_UpdateFks.sql");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user