Skip to content

Commit

Permalink
Readd forum index, as it was the other migration causing it.
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Aug 22, 2009
1 parent 2131422 commit 05fc66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions db/schema.rb
Expand Up @@ -175,6 +175,7 @@
end

add_index "permissions", ["category_id"], :name => "index_permissions_on_category_id"
add_index "permissions", ["forum_id"], :name => "index_permissions_on_forum_id"
add_index "permissions", ["group_id"], :name => "index_permissions_on_group_id"

create_table "posts", :force => true do |t|
Expand Down
1 change: 1 addition & 0 deletions lib/tasks/install.rake
Expand Up @@ -17,6 +17,7 @@ def establish_connection
end

task :install => :environment do
ENV['RAILS_ENV'] = "production"
puts "Creating databases..."
# Check the comment for this method.
establish_connection
Expand Down

0 comments on commit 05fc66b

Please sign in to comment.