Sebastian Stehle
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
backend/src/Squidex.Domain.Apps.Entities.MongoDb/Assets/MongoAssetEntity.cs
|
|
@ -73,7 +73,7 @@ public record MongoAssetEntity : Asset, IVersionedEntity<DomainId> |
|
|
|
|
|
|
|
|
cm.MapProperty(x => x.TotalSize) |
|
|
cm.MapProperty(x => x.TotalSize) |
|
|
.SetElementName("ts") |
|
|
.SetElementName("ts") |
|
|
.SetIsRequired(true); |
|
|
.SetIsRequired(false); |
|
|
|
|
|
|
|
|
cm.MapProperty(x => x.Type) |
|
|
cm.MapProperty(x => x.Type) |
|
|
.SetElementName("at") |
|
|
.SetElementName("at") |
|
|
|