diff options
author | Joao Carlos <mail@joao-carlos.com> | 2013-05-29 19:36:57 +0300 |
---|---|---|
committer | Joao Carlos <mail@joao-carlos.com> | 2013-05-29 19:36:57 +0300 |
commit | 40708c3670df44659235aade62f31c6c2a9af223 (patch) | |
tree | 7a82b946886500d11241a66acad73f7c51640038 /activerecord/test/cases/finder_test.rb | |
parent | c2f3efffd905f8f21eb5ea88687b738fe8a119a2 (diff) | |
download | rails-40708c3670df44659235aade62f31c6c2a9af223.tar.gz rails-40708c3670df44659235aade62f31c6c2a9af223.tar.bz2 rails-40708c3670df44659235aade62f31c6c2a9af223.zip |
Fix migrations with enable_extension
When using ActiveRecord::Base.table_name_prefix and/or
table_name_suffix, extension names got the same treatment as table names
when running migrations. This led to migrations that tried to call, for
example, enable_extension("prefix_hstore") on the connection.
Diffstat (limited to 'activerecord/test/cases/finder_test.rb')
0 files changed, 0 insertions, 0 deletions