fix: change upload name
This commit is contained in:
@@ -13,6 +13,7 @@ public class DocumentConfiguration : IEntityTypeConfiguration<Document>
|
||||
e.Property(d => d.Title).HasMaxLength(300).IsRequired();
|
||||
e.Property(d => d.Type).HasConversion<string>().HasMaxLength(20);
|
||||
e.Property(d => d.ContentHash).HasMaxLength(64);
|
||||
e.Property(d => d.StorageKey).HasMaxLength(512);
|
||||
e.Property(d => d.ContentSize);
|
||||
e.Property(d => d.UpdatedContentAt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user