diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/alert_types.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/alert_types.sql b/db/alert_types.sql index d909450c1..356f339d1 100644 --- a/db/alert_types.sql +++ b/db/alert_types.sql @@ -40,7 +40,7 @@ insert into alert_type values ('council_problems', '', '', 'New problems to {{COUNCIL}} on FixMyStreet', '/reports', 'The latest problems for {{COUNCIL}} reported by users', 'problem', 'problem.state in (\'confirmed\', \'fixed\') and (council like \'%\'||?||\'%\' - or (council is null and areas like \'%,\'||?||\',%\'))', 'created desc', + or council is null) and areas like \'%,\'||?||\',%\'', 'created desc', '{{title}}, {{confirmed}}', '/?id={{id}}', '{{detail}}', 'alert-problem' ); |