view db/migrate/20150914054154_add_language_to_paste.rb @ 460:b1ef80121c79

Update to use correct timestamp datatype Use sql dump instead of ruby because zone info would be lost otherwise.
author nanaya <me@nanaya.pro>
date Mon, 25 Jun 2018 16:53:47 +0900
parents 080dd141898c
children 4608d12ebe03
line wrap: on
line source

class AddLanguageToPaste < ActiveRecord::Migration
  def change
    add_column :pastes, :language, :string
  end
end