Upgrated to rails 7.2.0

This commit is contained in:
David Böhm
2024-08-10 13:12:05 +02:00
parent d018d30485
commit 769423c42b
25 changed files with 362 additions and 155 deletions

View File

@@ -52,6 +52,6 @@ class CreateActiveStorageTables < ActiveRecord::Migration[7.0]
setting = config.options[config.orm][:primary_key_type]
primary_key_type = setting || :primary_key
foreign_key_type = setting || :bigint
[primary_key_type, foreign_key_type]
[ primary_key_type, foreign_key_type ]
end
end

2
db/schema.rb generated
View File

@@ -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_08_01_153403) do
ActiveRecord::Schema[7.1].define(version: 2024_08_10_095256) do
create_table "active_storage_attachments", force: :cascade do |t|
t.string "name", null: false
t.string "record_type", null: false