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

Added changelog entry for table name prefix fix [ci skip]

This commit is contained in:
Wojciech Wnętrzak 2012-08-11 14:00:40 +02:00
parent adf3ea3736
commit 21b5b6a35c

View file

@ -1,5 +1,8 @@
## Rails 4.0.0 (unreleased) ##
* Fixed table name prefix that is generated in engines for namespaced models
*Wojciech Wnętrzak*
* Make sure `:environment` task is executed before `db:schema:load` or `db:structure:load`
Fixes #4772.