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

6 lines
147 B
Ruby

class AddImageToLangArticles < ActiveRecord::Migration
def change
add_column :lang_articles, :without_text_image_file_id, :integer
end
end