Fix class name casing for migration classes to follow naming conventions
This commit is contained in:
@@ -12,7 +12,7 @@ namespace FoodsharingSiegen.Server.Migrations
|
||||
{
|
||||
[DbContext(typeof(FsContext))]
|
||||
[Migration("20220521155432_init")]
|
||||
partial class init
|
||||
partial class Init
|
||||
{
|
||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user