Make it possible to save SMS support status on phone record
This commit is contained in:
parent
96878f24de
commit
9c557a0391
14 changed files with 135 additions and 54 deletions
|
|
@ -172,6 +172,7 @@ func reportQuery() bob.BaseQuery[*dialect.SelectQuery] {
|
|||
"r.reporter_email AS \"reporter.email\"",
|
||||
"r.reporter_name AS \"reporter.name\"",
|
||||
"r.reporter_phone AS \"reporter.phone\"",
|
||||
"r.reporter_phone_can_sms AS \"reporter.can_sms\"",
|
||||
"r.status",
|
||||
),
|
||||
sm.From("publicreport.report").As("r"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue