qi6_app/db/migrate/20171019131823_add_image_to_lang_articles.rb
2019-05-17 12:30:45 +02:00

6 lines
152 B
Ruby

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