🐛 Fix bugs

This commit is contained in:
2025-07-31 15:15:30 +08:00
parent 6b1dda41bc
commit 00dda8faf9
4 changed files with 1863 additions and 12 deletions

View File

@@ -546,6 +546,10 @@ namespace DysonNetwork.Pass.Migrations
.HasColumnType("uuid")
.HasColumnName("account_id");
b.Property<Instant?>("BackdatedFrom")
.HasColumnType("timestamp with time zone")
.HasColumnName("backdated_from");
b.Property<Instant>("CreatedAt")
.HasColumnType("timestamp with time zone")
.HasColumnName("created_at");