Improvement of file processing and video snapshot

This commit is contained in:
2025-07-25 13:14:59 +08:00
parent d5fb00a8a9
commit d7acf4fedf
8 changed files with 460 additions and 209 deletions

View File

@@ -59,6 +59,10 @@ namespace DysonNetwork.Drive.Migrations
.HasColumnType("boolean")
.HasColumnName("has_compression");
b.Property<bool>("HasThumbnail")
.HasColumnType("boolean")
.HasColumnName("has_thumbnail");
b.Property<string>("Hash")
.HasMaxLength(256)
.HasColumnType("character varying(256)")