Skip to content

Commit

Permalink
Update database schema for Rails 8
Browse files Browse the repository at this point in the history
By running `rake db:schema:dump`
  • Loading branch information
mike3985 committed Jan 16, 2025
1 parent e83cd12 commit 11588b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.2].define(version: 2024_10_01_140623) do
ActiveRecord::Schema[8.0].define(version: 2024_10_01_140623) do
create_table "batch_invitation_application_permissions", id: :integer, charset: "utf8mb3", force: :cascade do |t|
t.integer "batch_invitation_id", null: false
t.integer "supported_permission_id", null: false
Expand Down

0 comments on commit 11588b5

Please sign in to comment.