Sha256: ca63963f8d8848e0cd232fc7fe397c236abfac05ba6df30a11151dd63e4fae7c

Contents?: true

Size: 187 Bytes

Versions: 11

Compression:

Stored size: 187 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spree_core-4.2.4 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.3.1 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.3 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.2 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.1 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.0 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.0.rc5 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.0.rc4 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.0.rc3 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.0.rc2 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb
spree_core-4.2.0.rc1 db/migrate/20201013084504_add_seo_robots_to_spree_stores.rb