Sha256: 7625fa570629b16d802d3aa56f0b56f905b7cacbeb5fa1114ab1791bbc52cc4b
Contents?: true
Size: 350 Bytes
Versions: 12
Compression:
Stored size: 350 Bytes
Contents
# This migration comes from g5_updatable (originally 20141211211945) class AddNameToClientsAndLocations < ActiveRecord::Migration def change add_column :g5_updatable_clients, :name, :string add_index :g5_updatable_clients, :name add_column :g5_updatable_locations, :name, :string add_index :g5_updatable_locations, :name end end
Version data entries
12 entries across 12 versions & 1 rubygems