Sha256: a09b8e86e6e42e34b12e0e69274ad2b7af898280759575318303e8ab2f6c0927
Contents?: true
Size: 303 Bytes
Versions: 160
Compression:
Stored size: 303 Bytes
Contents
class ConvertStartingPointIntoPath < ActiveRecord::Migration[4.2] def change rename_table :starting_points, :paths remove_column :paths, :guide_id drop_table :suggested_guides add_column :guides, :path_id, :integer, index: true add_column :guides, :position, :integer end end
Version data entries
160 entries across 160 versions & 2 rubygems