Sha256: 8ab56d7fa20fc9b56e8060979b6488132c23f6d515f82a526a7da93faf7843b9
Contents?: true
Size: 210 Bytes
Versions: 3
Compression:
Stored size: 210 Bytes
Contents
class AddAdspaceIdToAdvertisement < ActiveRecord::Migration def change add_column :rails_adserver_advertisements, :adspace_id, :integer add_index :rails_adserver_advertisements, :adspace_id end end
Version data entries
3 entries across 3 versions & 1 rubygems