Default all new pools to being new

This commit is contained in:
Eli Ribble 2026-02-16 16:49:24 +00:00
parent 161bb809b9
commit da7a687499
No known key found for this signature in database

View file

@ -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(""),