Mercurial > zeropaste
view db/migrate/20150914054154_add_language_to_paste.rb @ 450:fa5a000dc7a6
Shiny donate link
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 27 Jul 2017 00:37:55 +0900 |
parents | 080dd141898c |
children | 4608d12ebe03 |
line wrap: on
line source
class AddLanguageToPaste < ActiveRecord::Migration def change add_column :pastes, :language, :string end end