Created
September 5, 2013 21:41
-
-
Save Heavyblade/6456574 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| rake aborted! | |
| PG::Error: ERROR: syntax error at or near "EXTENSION" | |
| LINE 1: CREATE EXTENSION IF NOT EXISTS "plpgsql" | |
| ^ | |
| : CREATE EXTENSION IF NOT EXISTS "plpgsql" | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `exec' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:768:in `exec_no_cache' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:138:in `block in exec_query' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract_adapter.rb:425:in `block in log' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract_adapter.rb:420:in `log' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql/database_statements.rb:137:in `exec_query' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:637:in `enable_extension' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/migration.rb:625:in `block in method_missing' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/migration.rb:597:in `block in say_with_time' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/migration.rb:597:in `say_with_time' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/migration.rb:617:in `method_missing' | |
| /Users/cristianvasquez/rails/offmarket/db/schema.rb:17:in `block in <top (required)>' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/schema.rb:42:in `instance_eval' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/schema.rb:42:in `define' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/schema.rb:62:in `define' | |
| /Users/cristianvasquez/rails/offmarket/db/schema.rb:14:in `<top (required)>' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/zeus-0.13.3/lib/zeus/load_tracking.rb:50:in `load' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/zeus-0.13.3/lib/zeus/load_tracking.rb:50:in `load' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/zeus-0.13.3/lib/zeus/load_tracking.rb:43:in `load' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:222:in `block in load' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:213:in `load_dependency' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:222:in `load' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/railties/databases.rake:253:in `block (3 levels) in <top (required)>' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/gems/activerecord-4.0.0/lib/active_record/railties/databases.rake:327:in `block (3 levels) in <top (required)>' | |
| /Users/cristianvasquez/.rvm/gems/ruby-2.0.0-p0@offmarket/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment