aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-05-30 11:09:36 +0200
committerYves Senn <yves.senn@gmail.com>2014-05-30 11:09:36 +0200
commit290de901ddd3fcba0b064b1cb985d98dfaed01a2 (patch)
treeea6874808502011729d36f0a9b0e37b854f54693 /activerecord/CHANGELOG.md
parent7b8d95d58fbadf71e1f27a848427de27e0a2742a (diff)
downloadrails-290de901ddd3fcba0b064b1cb985d98dfaed01a2.tar.gz
rails-290de901ddd3fcba0b064b1cb985d98dfaed01a2.tar.bz2
rails-290de901ddd3fcba0b064b1cb985d98dfaed01a2.zip
pg, `reset_pk_sequence!` respects schemas. Closes #14719.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c3c61cf50e..9d722c961d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* PostgreSQL `reset_pk_sequence!` respects schemas. Fixes #14719.
+
+ *Yves Senn*
+
* Keep PostgreSQL `hstore` and `json` attributes as `Hash` in `@attributes`.
Fixes duplication in combination with `store_accessor`.