Mercurial > zeropaste
view db/migrate/20120826182012_change_column_name_to_conform_ar.rb @ 506:b5c6fd96100b default tip
Readd the field error proc config
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 16 Dec 2024 01:46:09 +0900 |
parents | 4608d12ebe03 |
children |
line wrap: on
line source
# Hash shouldn't be used as column name. class ChangeColumnNameToConformAr < ActiveRecord::Migration[4.2] def change rename_column :pastes, :hash, :paste_hash end end