Restream / redmine_tagging

Add simple tagging support to Redmine Issues/Wiki pages
113 stars 52 forks source link

Another Postgres Error #19

Closed OddBloke closed 12 years ago

OddBloke commented 13 years ago

$ sudo env RAILS_ENV=production rake db:migrate_plugins (in /usr/share/redmine) Migrating engines... Migrating acts-as-taggable-on... Migrating acts_as_activity_provider... Migrating acts_as_attachable... Migrating acts_as_customizable... Migrating acts_as_event... Migrating acts_as_list... Migrating acts_as_searchable... Migrating acts_as_tree... Migrating acts_as_versioned... Migrating acts_as_watchable... Migrating awesome_nested_set... Migrating classic_pagination... Migrating coderay-0.9.2... Migrating gravatar... Migrating open_id_authentication... Migrating prepend_engine_views... Migrating redmine_issues_link... Migrating redmine_tagging... == ScrubBody: migrating ====================================================== == ScrubBody: migrated (0.0095s) =============================================

== RecreateViews: migrating ================================================== -- drop_view(:issue_tags) rake aborted! An error has occurred, this and all later migrations canceled:

undefined method `drop_view' for #ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x7f593d858ac0

retorquere commented 13 years ago

Looks like you haven't installed rails_sql_views (see README.rdoc)