diff options
author | Struan Donald <struan@exo.org.uk> | 2019-10-03 14:34:19 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-10-03 14:34:19 +0100 |
commit | c73fc63cb5cb516377ed2638bbd607dbd4357bd5 (patch) | |
tree | c3eaed50e0fb44f72a8d0c77d43970c07205df21 | |
parent | d1931a0615378a9bb28c76c39191f8d842ac9fc3 (diff) |
[Northamptonshire] correct typo in column name
-rwxr-xr-x | bin/fixmystreet.com/one-off-status-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixmystreet.com/one-off-status-update b/bin/fixmystreet.com/one-off-status-update index 0e17d14b2..78a27b67f 100755 --- a/bin/fixmystreet.com/one-off-status-update +++ b/bin/fixmystreet.com/one-off-status-update @@ -133,7 +133,7 @@ if ($northants) { $updated++; $p->update({ state => $new_state, - last_update => \'current_timestamp', + lastupdate => \'current_timestamp', }); my $comment = FixMyStreet::DB->resultset('Comment')->new({ |