🐛 Fix bugs
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user