Refactor logs, granularity to one day, with testing

This commit is contained in:
Kyle Drake 2015-04-29 18:18:02 -07:00
parent 434deee366
commit 3bca5e8839
9 changed files with 353 additions and 37 deletions

View file

@ -1,6 +1,5 @@
class SiteFile < Sequel::Model
unrestrict_primary_key
plugin :update_primary_key
many_to_one :site
end
end