Sha256: 09eb8d9e377b5741d9c990d7f09c0157d9f2b53a3db5a9c44c7e8d63b9d3fe96
Contents?: true
Size: 440 Bytes
Versions: 16
Compression:
Stored size: 440 Bytes
Contents
class AddAdditionalTaxonTranslationFields < ActiveRecord::Migration[6.1] def change add_column :spree_taxon_translations, :meta_title, :string, if_not_exists: true add_column :spree_taxon_translations, :meta_description, :string, if_not_exists: true add_column :spree_taxon_translations, :meta_keywords, :string, if_not_exists: true add_column :spree_taxon_translations, :permalink, :string, if_not_exists: true end end
Version data entries
16 entries across 16 versions & 1 rubygems