mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:21:42 +00:00
sent_http_last_modified a veces viene vacío
This commit is contained in:
parent
364a233d07
commit
d9a7d69e06
1 changed files with 7 additions and 0 deletions
7
db/migrate/20200126175158_change_last_modified.rb
Normal file
7
db/migrate/20200126175158_change_last_modified.rb
Normal 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
|
Loading…
Reference in a new issue