Sha256: 738b85e131f7cbb92f8fd3eed508162fef14e189c8d2f9d7dae9a1e31fd2fc77
Contents?: true
Size: 367 Bytes
Versions: 16
Compression:
Stored size: 367 Bytes
Contents
class CreateSpreeProductTranslationsForMobility < ActiveRecord::Migration[6.1] def change add_column :spree_product_translations, :meta_description, :text, if_not_exists: true add_column :spree_product_translations, :meta_keywords, :string, if_not_exists: true add_column :spree_product_translations, :meta_title, :string, if_not_exists: true end end
Version data entries
16 entries across 16 versions & 1 rubygems