Database updates

This commit is contained in:
Andre Beging
2022-04-08 16:10:26 +02:00
parent e8f9c4c0f5
commit 7fb5ecf04a
15 changed files with 583 additions and 180 deletions

View File

@@ -2,7 +2,7 @@
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Entity Developer tool using EF Core template.
// Code is generated on: 04.04.2022 16:38:40
// Code is generated on: 05.04.2022 16:38:00
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -20,11 +20,9 @@ namespace FoodsharingSiegen.Contracts.Entity
{
public enum UserType : int
{
Unverified = 0,
ReadOnly = 10,
WelcomeTeam = 20,
StoreManager = 30,
Ambassador = 40,
Admin = 50
Unverified = 100,
User = 200,
Admin = 300,
nix = 50
}
}