lang articles

This commit is contained in:
Nicolas Bally 2017-10-19 15:43:53 +02:00
parent a4dec1e000
commit 3fa40c0230
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddImageToLangArticles < ActiveRecord::Migration
def change
add_column :lang_articles, :without_text_image_file_id, :integer
end
end

View File

@ -0,0 +1,5 @@
class AddImageToLangPages < ActiveRecord::Migration
def change
add_column :lang_pages, :without_text_image_file_id, :integer
end
end