add raw filesize to db
This commit is contained in:
@@ -130,6 +130,10 @@ namespace MareSynchronosServer.Migrations
|
||||
.HasColumnType("character varying(40)")
|
||||
.HasColumnName("hash");
|
||||
|
||||
b.Property<long>("RawSize")
|
||||
.HasColumnType("bigint")
|
||||
.HasColumnName("raw_size");
|
||||
|
||||
b.Property<long>("Size")
|
||||
.HasColumnType("bigint")
|
||||
.HasColumnName("size");
|
||||
|
||||
Reference in New Issue
Block a user