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

6 lines
147 B
Ruby

class AddImagesToLangPages < ActiveRecord::Migration[6.0]
def change
add_column :lang_pages, :without_text_image_file_id, :integer
end
end