Default all new pools to being new
This commit is contained in:
parent
161bb809b9
commit
da7a687499
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ func parseFile(ctx context.Context, txn bob.Tx, file models.FileuploadFile) ([]*
|
|||
H3cell: omitnull.FromPtr[string](nil),
|
||||
// ID - generated
|
||||
IsInDistrict: omit.From(false),
|
||||
IsNew: omit.From(false),
|
||||
IsNew: omit.From(true),
|
||||
Notes: omit.From(""),
|
||||
OrganizationID: omit.From(file.OrganizationID),
|
||||
PropertyOwnerName: omit.From(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue