From 16181ed0b952d6b3ec7ff52d9350041fd41dd066 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 23 Feb 2016 13:24:24 -0300 Subject: [PATCH] update schema --- db/schema.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index 22faafb..de4ecc1 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -55,6 +55,8 @@ ActiveRecord::Schema.define(version: 20160202142247) do t.integer "person_id" t.integer "article_id" t.datetime "since" + t.datetime "created_at" + t.datetime "updated_at" end add_index "article_followers", ["article_id"], name: "index_article_followers_on_article_id", using: :btree -- libgit2 0.21.2