diff options
Diffstat (limited to 'script/delete-old-sessions')
-rwxr-xr-x | script/delete-old-sessions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/delete-old-sessions b/script/delete-old-sessions index 0e4c91122..c1354e4f4 100755 --- a/script/delete-old-sessions +++ b/script/delete-old-sessions @@ -3,6 +3,5 @@ LOC=`dirname $0` $LOC/runner 'PostRedirect.delete_old_post_redirects()' -$LOC/runner "ActiveRecord::Base.connection.execute(\"delete from sessions where now() - updated_at > '1 month'\")" |