Commit 16181ed0b952d6b3ec7ff52d9350041fd41dd066

Authored by Rodrigo Souto
1 parent a0b02c3d

update schema

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
db/schema.rb
... ... @@ -55,6 +55,8 @@ ActiveRecord::Schema.define(version: 20160202142247) do
55 55 t.integer "person_id"
56 56 t.integer "article_id"
57 57 t.datetime "since"
  58 + t.datetime "created_at"
  59 + t.datetime "updated_at"
58 60 end
59 61  
60 62 add_index "article_followers", ["article_id"], name: "index_article_followers_on_article_id", using: :btree
... ...