Commit 980bcb819e852dbec6afc0c28b950f9693639f8e
1 parent
5e1957f3
Exists in
master
and in
27 other branches
db/schema.rb: update
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
db/schema.rb
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | # |
12 | 12 | # It's strongly recommended to check this file into your version control system. |
13 | 13 | |
14 | -ActiveRecord::Schema.define(:version => 20140827191326) do | |
14 | +ActiveRecord::Schema.define(:version => 20150113131617) do | |
15 | 15 | |
16 | 16 | create_table "abuse_reports", :force => true do |t| |
17 | 17 | t.integer "reporter_id" |
... | ... | @@ -149,6 +149,7 @@ ActiveRecord::Schema.define(:version => 20140827191326) do |
149 | 149 | t.integer "spam_comments_count", :default => 0 |
150 | 150 | t.integer "author_id" |
151 | 151 | t.integer "created_by_id" |
152 | + t.boolean "show_to_followers", :default => false | |
152 | 153 | end |
153 | 154 | |
154 | 155 | add_index "articles", ["comments_count"], :name => "index_articles_on_comments_count" | ... | ... |