annotate db/migrate/20120826182012_change_column_name_to_conform_ar.rb @ 75:8f6a0204b2a7

Disabled responding to pastes#new format json. Nothing can normally reach that right now.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 11:01:38 +0700
parents 42de15334db1
children 682abad78313
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
1 class ChangeColumnNameToConformAr < ActiveRecord::Migration
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
2 def change
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
3 rename_column :pastes, :hash, :paste_hash
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
4 end
42de15334db1 Added the pastes.
Edho Arief <edho@myconan.net>
parents:
diff changeset
5 end