aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-02-17 11:12:52 -0700
committerSean Griffin <sean@thoughtbot.com>2015-02-17 11:12:52 -0700
commit89ba5bb45622394a33a196398671a0ff1737cd3e (patch)
treefa80456f1684fe024a50d4a8c89372e46efce252 /activerecord/CHANGELOG.md
parentdf3fc94ae32a95f5f90eb489650bccbe5f57b5c5 (diff)
downloadrails-89ba5bb45622394a33a196398671a0ff1737cd3e.tar.gz
rails-89ba5bb45622394a33a196398671a0ff1737cd3e.tar.bz2
rails-89ba5bb45622394a33a196398671a0ff1737cd3e.zip
Revert "Allow `:precision` option for time type columns"
This reverts commit 1502caefd30b137fd1a0865be34c5bbf85ba64c1. The test suite for the mysql adapter broke when this commit was used with MySQL 5.6. Conflicts: activerecord/CHANGELOG.md
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index bc4376753d..d0d5481d81 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -29,10 +29,6 @@
*Eugene Gilburg*
-* Allow `:precision` option for time type columns.
-
- *Ryuta Kamizono*
-
* Have `enum` perform type casting consistently with the rest of Active
Record, such as `where`.