From a80001ffe704414873a4121c9fcfc8a1695deba0 Mon Sep 17 00:00:00 2001 From: Anthony Atkinson Date: Wed, 22 Jul 2015 10:39:02 -0400 Subject: [PATCH] Schema update after migration. --- db/schema.rb | 1 - 1 file changed, 1 deletion(-) 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