Code Cleanup und Passwort ändern im Profil
This commit is contained in:
@@ -41,7 +41,7 @@ namespace FoodsharingSiegen.Server.Data
|
||||
/// <param name="options">The options (ab)</param>
|
||||
public FsContext(DbContextOptions<FsContext> options) : base(options)
|
||||
{
|
||||
// Database.EnsureCreated();
|
||||
Database.EnsureCreated();
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -57,6 +57,11 @@ namespace FoodsharingSiegen.Server.Data
|
||||
return ChangeTracker.Entries().Any(e => e.State is EntityState.Added or EntityState.Modified or EntityState.Deleted);
|
||||
}
|
||||
|
||||
public class AndresTestException : Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user