refacotr: clean code
This commit is contained in:
@@ -386,4 +386,4 @@ namespace MysqlMigrations.Migrations
|
||||
name: "Campus");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -80,4 +80,4 @@ namespace MysqlMigrations.Migrations
|
||||
onDelete: ReferentialAction.SetNull);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -362,4 +362,4 @@ namespace PsqlMigrations.Migrations
|
||||
name: "Campus");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -46,4 +46,4 @@ namespace PsqlMigrations.Migrations
|
||||
onDelete: ReferentialAction.SetNull);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -361,4 +361,4 @@ namespace SqliteMigrations.Migrations
|
||||
name: "Campus");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -46,4 +46,4 @@ namespace SqliteMigrations.Migrations
|
||||
onDelete: ReferentialAction.SetNull);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -19,4 +19,4 @@ public static class ModelBuilderExtensions
|
||||
var applyConcreteMethod = applyGenericMethod.MakeGenericMethod(entityType);
|
||||
applyConcreteMethod.Invoke(modelBuilder, [configuration]);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user