1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Yves Senn 8fa8b7124b ActiveRecord::SchemaMigration has no primary key.
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.
2014-06-06 15:53:33 +02:00
..
active_record ActiveRecord::SchemaMigration has no primary key. 2014-06-06 15:53:33 +02:00
rails/generators Fix Generation of proper migration when 2014-03-25 20:27:37 +05:30
active_record.rb update copyright notices to 2014. [ci skip] 2014-01-01 23:59:49 +05:30