Skip to content

Commit

Permalink
Merge pull request #3512 from alphagov/update-database-schema-for-rai…
Browse files Browse the repository at this point in the history
…ls-8

Update database schema for Rails 8
  • Loading branch information
mike3985 authored Jan 16, 2025
2 parents e83cd12 + 11588b5 commit 9252a7f
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 9252a7f

Please sign in to comment.