musifrat_app/db/migrate/20171019131824_add_images_to_lang_pages.rb
Nicolas Bally a1aef72f7f intial
2019-02-03 15:12:58 +01:00

6 lines
142 B
Ruby

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