mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:27:21 +01:00
potentially fix stuck uploads
This commit is contained in:
parent
20d8970a15
commit
fe80faab6b
7 changed files with 577 additions and 21 deletions
|
|
@ -137,6 +137,10 @@ namespace MareSynchronosServer.Migrations
|
|||
.HasColumnType("bytea")
|
||||
.HasColumnName("timestamp");
|
||||
|
||||
b.Property<DateTime>("UploadDate")
|
||||
.HasColumnType("timestamp with time zone")
|
||||
.HasColumnName("upload_date");
|
||||
|
||||
b.Property<bool>("Uploaded")
|
||||
.HasColumnType("boolean")
|
||||
.HasColumnName("uploaded");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue