Commit ffecc2e37006a4d1f2517ba9d15ee3970b2f2cde
1 parent
9c082693
Exists in
master
and in
29 other branches
Fix: updated db/schema
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
db/schema.rb
1 | -# This file is auto-generated from the current state of the database. Instead of editing this file, | |
1 | +# This file is auto-generated from the current state of the database. Instead of editing this file, | |
2 | 2 | # please use the migrations feature of Active Record to incrementally modify your database, and |
3 | 3 | # then regenerate this schema definition. |
4 | 4 | # |
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | # |
10 | 10 | # It's strongly recommended to check this file into your version control system. |
11 | 11 | |
12 | -ActiveRecord::Schema.define(:version => 20131011164400) do | |
12 | +ActiveRecord::Schema.define(:version => 20131121162641) do | |
13 | 13 | |
14 | 14 | create_table "abuse_reports", :force => true do |t| |
15 | 15 | t.integer "reporter_id" | ... | ... |