5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-18 13:02:22 +00:00

sent_http_last_modified a veces viene vacío

This commit is contained in:
f 2020-01-26 14:54:26 -03:00
parent 364a233d07
commit d9a7d69e06
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
class ChangeLastModified < ActiveRecord::Migration[6.0]
def change
change_column :access_logs, :sent_http_last_modified, :string
end
end