Skip to content

Commit

Permalink
Merge pull request solidusio#5803 from mamhoff/move-order-promotions-…
Browse files Browse the repository at this point in the history
…migration-to-legacy-promotions

Remove spree_orders_promotions from core migration
  • Loading branch information
tvdeyen committed Jun 24, 2024
2 parents f618eb3 + 7fa5369 commit a9d73fb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions core/db/migrate/20160101010000_solidus_one_four.rb
Original file line number Diff line number Diff line change
Expand Up @@ -324,16 +324,6 @@ def up
t.index ["user_id"], name: "index_spree_orders_on_user_id"
end

create_table "spree_orders_promotions", force: :cascade do |t|
t.integer "order_id"
t.integer "promotion_id"
t.integer "promotion_code_id"
t.datetime "created_at", precision: 6
t.datetime "updated_at", precision: 6
t.index ["order_id", "promotion_id"], name: "index_spree_orders_promotions_on_order_id_and_promotion_id"
t.index ["promotion_code_id"], name: "index_spree_orders_promotions_on_promotion_code_id"
end

create_table "spree_payment_capture_events", force: :cascade do |t|
t.decimal "amount", precision: 10, scale: 2, default: "0.0"
t.integer "payment_id"
Expand Down

0 comments on commit a9d73fb

Please sign in to comment.