Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmayur001 committed Feb 10, 2025
1 parent 5e9dc14 commit 4290f45
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ class AddPrimaryBreadcrumbTaxonToProducts < ActiveRecord::Migration[7.0]
def change
add_column :spree_products, :primary_breadcrumb_taxon_id, :integer, null: true
add_foreign_key :spree_products, :spree_taxons, column: :primary_breadcrumb_taxon_id
add_index :spree_products, :primary_breadcrumb_taxon_id
add_index :spree_products, :primary_breadcrumb_taxon_id
end
end
end

0 comments on commit 4290f45

Please sign in to comment.