bievre_app/db/migrate/20180224103747_add_chapeau_to_lang_articles.rb
Caroline Girard dee35396f0 initial
2018-09-07 11:04:43 +02:00

6 lines
127 B
Ruby

class AddChapeauToLangArticles < ActiveRecord::Migration
def change
add_column :lang_articles, :chapeau, :text
end
end