Sha256: 591737ebfd3d6bfbf9760fb0cc6fc9f5c6885f5a3fbad18709d9894e23ab0143
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
class AddDisplayNameToLocations < ActiveRecord::Migration[4.2] # indexes were not made to enforce uniqueness def change add_column :g5_updatable_locations, :display_name, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_updatable-1.0.2.pre.1 | db/migrate/20170720000000_add_display_name_to_locations.rb |