Commit 3bf272b104e205e85830a8e2e5db05278090825c
1 parent
d2220530
Exists in
master
and in
27 other branches
db/schema.rb: update
Showing
1 changed file
with
1 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 => 20150113131617) do | |
14 | +ActiveRecord::Schema.define(:version => 20150122165042) do | |
15 | 15 | |
16 | 16 | create_table "abuse_reports", :force => true do |t| |
17 | 17 | t.integer "reporter_id" | ... | ... |