👔 Remove account from file object

This commit is contained in:
2026-01-13 01:08:20 +08:00
parent 4b7740e606
commit 8e39004f68
5 changed files with 684 additions and 6 deletions

View File

@@ -434,10 +434,6 @@ namespace DysonNetwork.Drive.Migrations
.HasColumnType("character varying(32)")
.HasColumnName("id");
b.Property<Guid>("AccountId")
.HasColumnType("uuid")
.HasColumnName("account_id");
b.Property<Instant>("CreatedAt")
.HasColumnType("timestamp with time zone")
.HasColumnName("created_at");