aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/extension_migration_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* test pg, rm unused requires.Yves Senn2014-06-031-2/+0
|
* Fixing test order issuesRafael Mendonça França2014-05-191-2/+8
|
* Fix migrations with enable_extensionJoao Carlos2013-05-291-0/+59
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.