fix bad select in migration 112
This commit is contained in:
parent
15766d0f86
commit
f66d40f28b
1 changed files with 6 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue