Remove organization from fileupload.pool table, fix in district logic

This commit is contained in:
Eli Ribble 2026-03-04 20:59:57 +00:00
parent 8e00d3e04b
commit 9c3d2ba3df
No known key found for this signature in database
12 changed files with 69 additions and 739 deletions

View file

@ -205,7 +205,6 @@ func parseCSVPoollist(ctx context.Context, txn bob.Tx, file *models.FileuploadFi
IsNew: omit.From(true),
LineNumber: omit.From(line_number),
Notes: omit.From(""),
OrganizationID: omit.From(file.OrganizationID),
PropertyOwnerName: omit.From(""),
PropertyOwnerPhoneE164: omitnull.FromPtr[string](nil),
ResidentOwned: omitnull.FromPtr[bool](nil),