mirror of
https://github.com/github/rails.git
synced 2026-01-25 22:38:33 -05:00
Make sure the schema_info table is created before querying the current version #1903
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2105 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Make sure the schema_info table is created before querying the current version #1903
|
||||
|
||||
* Fixtures ignore table name prefix and suffix #1987 [Jakob S]
|
||||
|
||||
* Add documentation for index_type argument to add_index method for migrations #2005 [blaine@odeo.com]
|
||||
|
||||
@@ -135,6 +135,7 @@ module ActiveRecord
|
||||
class Migrator#:nodoc:
|
||||
class << self
|
||||
def migrate(migrations_path, target_version = nil)
|
||||
Base.connection.initialize_schema_information
|
||||
case
|
||||
when target_version.nil?, current_version < target_version
|
||||
up(migrations_path, target_version)
|
||||
|
||||
Reference in New Issue
Block a user