Sha256: 50b40e3ae68ce5f9a91bdc008e76b51cbd229ce6c6e7017538ecf6132d9c76a3
Contents?: true
Size: 263 Bytes
Versions: 5
Compression:
Stored size: 263 Bytes
Contents
# This migration comes from ominous (originally 20130131131756) class AddTitleAndDescriptionToOminousWarnings < ActiveRecord::Migration def change add_column :ominous_warnings, :title, :string add_column :ominous_warnings, :description, :text end end
Version data entries
5 entries across 5 versions & 1 rubygems