Sha256: 9795e7670f710904c77e45fc14a5220d4dc8445d8c3e9432a175ba2c2263c336
Contents?: true
Size: 266 Bytes
Versions: 12
Compression:
Stored size: 266 Bytes
Contents
# This migration comes from g5_updatable (originally 20170720000000) 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
12 entries across 12 versions & 1 rubygems