Skip to content

Commit

Permalink
Use lowest schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
lcreid committed Oct 13, 2024
1 parent c72deae commit e0f7da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.1].define(version: 2024_10_13_183912) do
ActiveRecord::Schema[6.1].define(version: 2024_10_13_183912) do
create_table "action_mailbox_inbound_emails", force: :cascade do |t|
t.integer "status", default: 0, null: false
t.string "message_id", null: false
Expand Down

0 comments on commit e0f7da0

Please sign in to comment.