fix bad select in migration 112

This commit is contained in:
Eli Ribble 2026-03-18 20:23:57 +00:00
parent 15766d0f86
commit f66d40f28b
No known key found for this signature in database

View file

@ -103,9 +103,9 @@ INSERT INTO publicreport.report (
public_id,
created,
status,
COALESCE(reporter_name, ''),
COALESCE(reporter_email, ''),
COALESCE(reporter_phone, ''),
reporter_name,
reporter_email,
reporter_phone,
reporter_contact_consent,
address_raw,
address_number,
@ -130,9 +130,9 @@ SELECT
public_id,
created,
status,
reporter_name,
reporter_email,
reporter_phone,
COALESCE(reporter_name, ''),
COALESCE(reporter_email, ''),
COALESCE(reporter_phone, ''),
reporter_contact_consent,
address_raw,
address_number,