20150324153300_add_fields_to_articles.rb 180 Bytes
class AddFieldsToArticles < ActiveRecord::Migration
  def change
    add_column :articles, :sash_id, :integer
    add_column :articles, :level,   :integer, :default => 0
  end
end