Sha256: 46f1f7ca5bfbb84cbdf11a922653419fbb47a7f95bea942b0e4fc51313e455dc
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
# This migration comes from rails_adserver (originally 20120228000410) class AddParamRestrictionToAdvertisement < ActiveRecord::Migration def change add_column :rails_adserver_advertisements, :param_restriction, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_adserver-1.0.2 | test/rails_app/db/migrate/20120330222238_add_param_restriction_to_advertisement.rails_adserver.rb |