view db/migrate/20130201150322_add_key_to_paste.rb @ 418:a69dd2d37950

Prevent adding unrelated classes and funny characters
author nanaya <me@myconan.net>
date Thu, 17 Sep 2015 01:13:14 +0900
parents 682abad78313
children 4608d12ebe03
line wrap: on
line source

# For deletion.
class AddKeyToPaste < ActiveRecord::Migration
  def change
    add_column :pastes, :key, :string
  end
end