Sha256: 600ecc0486151b12d6fc56b68d8257a1764dc483b30534c75a2ba4224965aed4
Contents?: true
Size: 216 Bytes
Versions: 6
Compression:
Stored size: 216 Bytes
Contents
# This migration comes from alchemy (originally 20150729151825) class AddLinkTextToAlchemyEssenceFiles < ActiveRecord::Migration[4.2] def change add_column :alchemy_essence_files, :link_text, :string end end
Version data entries
6 entries across 6 versions & 3 rubygems