Schema update after migration.

This commit is contained in:
Anthony Atkinson
2015-07-22 10:39:02 -04:00
parent 30032f5527
commit a80001ffe7

View File

@@ -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