5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-18 13:12:20 +00:00
panel/db/migrate/20200126175158_change_last_modified.rb

8 lines
176 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class ChangeLastModified < ActiveRecord::Migration[6.0]
def change
change_column :access_logs, :sent_http_last_modified, :string
end
end