identificar web crawlers

This commit is contained in:
f 2020-08-04 13:00:07 -03:00
parent 036ac78690
commit 96c2b8189a

View file

@ -0,0 +1,5 @@
class AddCrawlerToAccessLogs < ActiveRecord::Migration[6.0]
def change
add_column :access_logs, :crawler, :boolean, default: false
end
end