diff --git a/db/schema.rb b/db/schema.rb index be45fa333..4f21ebffd 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -406,7 +406,6 @@ ActiveRecord::Schema.define(version: 20150625224805) do t.datetime "updated_at" t.string "slug" t.integer "forum_id" - t.integer "parent_id" end add_index "posts", ["created_at", "author_id"], name: "index_posts_on_created_at_and_author_id", using: :btree