Skip to content

Commit 1b05bfb

Browse files
committed
Remove unneeded migration
1 parent 2f8aeb8 commit 1b05bfb

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

db/migrate/20251026202155_remove_order_total_from_orders.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

db/schema.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[7.2].define(version: 2025_10_26_202155) do
13+
ActiveRecord::Schema[7.2].define(version: 2025_09_13_233761) do
1414
# These are extensions that must be enabled in order to support this database
1515
enable_extension "plpgsql"
1616

@@ -89,6 +89,7 @@
8989
t.bigint "created_by_id"
9090
t.boolean "paid_with_cash", default: false, null: false
9191
t.boolean "paid_with_pin", default: false, null: false
92+
t.decimal "order_total", precision: 8, scale: 2
9293
t.index ["activity_id"], name: "index_orders_on_activity_id"
9394
t.index ["created_by_id"], name: "index_orders_on_created_by_id"
9495
t.index ["user_id"], name: "index_orders_on_user_id"

0 commit comments

Comments
 (0)