chore
This commit is contained in:
@@ -1132,7 +1132,7 @@ namespace Atomx.Data.Migrations
|
||||
b.Property<DateTime>("IssuedTime")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
|
||||
b.Property<DateTime>("RevokedTime")
|
||||
b.Property<DateTime?>("RevokedTime")
|
||||
.HasColumnType("timestamptz");
|
||||
|
||||
b.Property<string>("Token")
|
||||
|
||||
Reference in New Issue
Block a user