Merge pull request #3894 from kelyar/master

reversible migration example
This commit is contained in:
Santiago Pastorino 2011-12-07 07:10:27 -08:00
commit 4f107384f0

@ -302,7 +302,7 @@ def initialize(name)
#
# class TenderloveMigration < ActiveRecord::Migration
# def change
# create_table(:horses) do
# create_table(:horses) do |t|
# t.column :content, :text
# t.column :remind_at, :datetime
# end