mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-06 07:46:19 +02:00
feat: add attachment file size support for messages and update upload limits
This commit is contained in:
@@ -79,6 +79,9 @@ namespace EchoHub.Server.Data.Migrations
|
||||
.HasMaxLength(255)
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<long?>("AttachmentFileSize")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("AttachmentUrl")
|
||||
.HasMaxLength(500)
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
Reference in New Issue
Block a user