Commit 16181ed0b952d6b3ec7ff52d9350041fd41dd066
1 parent
a0b02c3d
Exists in
web_steps_improvements
and in
10 other branches
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,6 +55,8 @@ ActiveRecord::Schema.define(version: 20160202142247) do | ||
55 | t.integer "person_id" | 55 | t.integer "person_id" |
56 | t.integer "article_id" | 56 | t.integer "article_id" |
57 | t.datetime "since" | 57 | t.datetime "since" |
58 | + t.datetime "created_at" | ||
59 | + t.datetime "updated_at" | ||
58 | end | 60 | end |
59 | 61 | ||
60 | add_index "article_followers", ["article_id"], name: "index_article_followers_on_article_id", using: :btree | 62 | add_index "article_followers", ["article_id"], name: "index_article_followers_on_article_id", using: :btree |