Created
June 13, 2015 10:14
-
-
Save dt1973/26a1ead829e400c2f2ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== 20120921162512 AddMetaDataToForumThreads: migrating ======================== | |
-- execute("CREATE EXTENSION IF NOT EXISTS hstore") | |
rake aborted! | |
StandardError: An error has occurred, this and all later migrations canceled: | |
PG::InvalidParameterValue: ERROR: version to install must be specified | |
: CREATE EXTENSION IF NOT EXISTS hstore/usr/home/www/_myapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.1.10/lib/active_record/connection_adapters/postgresql/database_statements.rb:128:in `async_exec' | |
/usr/home/www/_myapp/vendor/bundle/ruby/2.2.0/gems/activerecord-4.1.10/lib/active_record/connection_adapters/postgresql/database_statements.rb:128:in `block in execute' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment