mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 11:36:33 +00:00
don't send hardware hash, calc on the api
This commit is contained in:
@@ -30,6 +30,7 @@ public static class AzaionDbSchemaHolder
|
||||
.HasDataType(DataType.Text)
|
||||
.HasConversion(v => v.ToString(), v => (RoleEnum)Enum.Parse(typeof(RoleEnum), v));
|
||||
|
||||
|
||||
builder.Build();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user