mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Accidental commit, fix soon
This commit is contained in:
parent
e5f3969ed8
commit
d9babf5cd6
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ class Stat < Sequel::Model
|
|||
"DELETE FROM stats WHERE created_at < ? AND site_id NOT IN (SELECT id FROM sites WHERE plan_type IS NOT NULL OR plan_type != 'free')",
|
||||
(FREE_RETAINMENT_DAYS-1).days.ago.to_date.to_s
|
||||
].first
|
||||
|
||||
binding.pry
|
||||
|
||||
end
|
||||
|
||||
def parse_logfiles(path)
|
||||
|
|
Loading…
Add table
Reference in a new issue