Sha256: 81a8425a876b6f6fb19baa18ff158f3a1bf0d6e281a437072d84355921775ed2
Contents?: true
Size: 386 Bytes
Versions: 18
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true # This migration comes from g5_updatable (originally 20141211211945) class AddNameToClientsAndLocations < ActiveRecord::Migration[4.2] 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
18 entries across 18 versions & 1 rubygems