payloadLifespan/payloadLifetime and other name variants unified to Time To Live naming.
This commit is contained in:
@ -43,12 +43,12 @@ namespace MessengerApi.Db.Npg.Migrations
|
||||
b.Property<string>("Payload")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<int>("PayloadLifespanInSeconds")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<string>("PayloadType")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<int>("TimeToLiveInSeconds")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<Guid>("ToId")
|
||||
.HasColumnType("uuid");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user