Mercurial > zeropaste
view db/migrate/20120826182012_change_column_name_to_conform_ar.rb @ 132:e05e47f7d224
Add raw texts first before doing anything with them.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 12 Nov 2012 17:27:53 +0700 |
parents | 42de15334db1 |
children | 682abad78313 |
line wrap: on
line source
class ChangeColumnNameToConformAr < ActiveRecord::Migration def change rename_column :pastes, :hash, :paste_hash end end