Sha256: 22c44839884a1a9107d0f2c9b087a90253c483650fe4e34fe6c0fdc030be791e

Contents?: true

Size: 161 Bytes

Versions: 11

Compression:

Stored size: 161 Bytes

Contents

class AddProductCategoryToSccProducts < ActiveRecord::Migration[6.0]
  def change
    add_column :scc_products, :product_category, :string, null: true
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foreman_scc_manager-4.0.0 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-3.1.1 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-3.1.0 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-3.0.0 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-2.3.0 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-2.2.3 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-2.2.2 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-2.2.1 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-2.2.0 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-2.1.0 db/migrate/20220531120722_add_product_category_to_scc_products.rb
foreman_scc_manager-2.0.0 db/migrate/20220531120722_add_product_category_to_scc_products.rb