aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-08-16 20:46:37 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-08-16 20:46:37 +0900
commitb40fbb5f9520ea2280a1deceaea8980fc620ac46 (patch)
tree669385db5044271937b42c26d8bc9ccd7c5715a6 /activerecord/CHANGELOG.md
parent3ef3a921797c514ac48a019bfb229de200f1ba77 (diff)
parent33ce73edf1d1b02f4f50fc5d7565590468167d76 (diff)
downloadrails-b40fbb5f9520ea2280a1deceaea8980fc620ac46.tar.gz
rails-b40fbb5f9520ea2280a1deceaea8980fc620ac46.tar.bz2
rails-b40fbb5f9520ea2280a1deceaea8980fc620ac46.zip
Merge pull request #33585 from yahonda/diag33520
SQLite3 adapter `alter_table` method restores foreign keys
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 cfd723cd5f..f6a6aa05a9 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* SQLite3 adapter `alter_table` method restores foreign keys.
+
+ *Yasuo Honda*
+
* Allow `:to_table` option to `invert_remove_foreign_key`.
Example: