Database updates
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user