Sha256: 12fb64f9735113a7c9b63d9c91343317fba588a7a0aa32957b26c312981d3b31
Contents?: true
Size: 217 Bytes
Versions: 2
Compression:
Stored size: 217 Bytes
Contents
class AddDntColumnToVisits < Landable::Migration def change change_table "#{Landable.configuration.database_schema_prefix}landable_traffic.visits" do |t| t.column :do_not_track, :boolean end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
landable-1.14.0 | db/migrate/20131101213623_add_dnt_column_to_visits.rb |
landable-1.13.2 | db/migrate/20131101213623_add_dnt_column_to_visits.rb |