negos_app/db/migrate/20171019131823_add_images_to_lang_pages.rb
2017-10-19 15:43:53 +02:00

6 lines
141 B
Ruby

class AddImageToLangPages < ActiveRecord::Migration
def change
add_column :lang_pages, :without_text_image_file_id, :integer
end
end