Sha256: 7c0c951340c610d0b40a6a9d8ba640251807e7003587aea3955466705c3dffea
Contents?: true
Size: 410 Bytes
Versions: 20
Compression:
Stored size: 410 Bytes
Contents
# -*- encoding : utf-8 -*- class TrunkLeft < ActiveRecord::Migration[4.2] def up rename_column :card_references, :link_type, :ref_type rename_column :cards, :tag_id, :right_id rename_column :cards, :trunk_id, :left_id end def down rename_column :card_references, :ref_type, :link_type rename_column :cards, :right_id, :tag_id rename_column :cards, :left_id, :trunk_id end end
Version data entries
20 entries across 20 versions & 1 rubygems