Sha256: 7d0ce012cba75b2552ebbc94404e4b22d5a802e704fd5572acb30a246597464c
Contents?: true
Size: 265 Bytes
Versions: 18
Compression:
Stored size: 265 Bytes
Contents
# This migration comes from g5_updatable (originally 20161209070749) class AddClientUrnToLocations < ActiveRecord::Migration[4.2] def change add_column :g5_updatable_locations, :client_urn, :string add_index :g5_updatable_locations, :client_urn end end
Version data entries
18 entries across 18 versions & 1 rubygems