mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8fa8b7124b
Before this patch, using `ActiveRecord::Base.primary_key_prefix_type` with `:table_name_with_underscore` would change the `SchemaMigration` model to have a primary key. This resulted in broken queries for PG because it tried to return the inserted PK (which does not exist). Closes #15051. Closes #15419. |
||
---|---|---|
.. | ||
active_record | ||
rails/generators | ||
active_record.rb |