Sha256: 543f86b49c40c2f58c0773b367c3b95c783a50db1d30bf168efff083db36b757
Contents?: true
Size: 239 Bytes
Versions: 18
Compression:
Stored size: 239 Bytes
Contents
class AddResponseTimeToTrafficPageViews < ActiveRecord::Migration def change change_table "#{Landable.configuration.database_schema_prefix}landable_traffic.page_views" do |t| t.column :response_time, :integer end end end
Version data entries
18 entries across 18 versions & 1 rubygems