diff options
Diffstat (limited to 'lib/Travelynx/Command')
-rw-r--r-- | lib/Travelynx/Command/munin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Command/munin.pm b/lib/Travelynx/Command/munin.pm index 23ed747..67f7695 100644 --- a/lib/Travelynx/Command/munin.pm +++ b/lib/Travelynx/Command/munin.pm @@ -26,7 +26,7 @@ sub run { my $checkin_window_query = $dbh->prepare( - qq{select count(*) from user_actions where action_id = 1 and action_time > ?;} + qq{select count(*) from user_actions where action_id = 1 and action_time > to_timestamp(?);} ); query_to_munin( 'reg_user_count', |