docbrown/db/migrate/20160726230520_add_github_path_to_articles.rb
2018-02-28 16:11:08 -05:00

5 lines
127 B
Ruby

class AddGithubPathToArticles < ActiveRecord::Migration
def change
add_column :articles, :github_path, :string
end
end