1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove SQLite version support caveats [ci skip]

Follow up #36255.
This commit is contained in:
Ryuta Kamizono 2020-01-16 07:14:39 +09:00
parent 6607618afd
commit c699cbc4fe

View file

@ -255,8 +255,6 @@ module ActiveRecord
# end
#
# only post with title "first" is created.
# This works on MySQL and PostgreSQL. SQLite3 version >= '3.6.8' also
# supports it.
#
# See ActiveRecord::Transactions to learn more.
#