Sha256: 8df3abcac1733b1bad9998ee7c95a4f5c86bf5b0df82feed2fe0ce359e9b2816

Contents?: true

Size: 187 Bytes

Versions: 10

Compression:

Stored size: 187 Bytes

Contents

class AddSeoRobotsToSpreeStores < ActiveRecord::Migration[5.2]
  def change
    add_column :spree_stores, :seo_robots, :string unless column_exists?(:spree_stores, :seo_robots)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
spree_core-4.2.7 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.3.3 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.6 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.3.2 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.3.1 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.3.0 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.3.0.rc3 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.3.0.rc2 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.3.0.rc1 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.5 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb