Commit 049db1a48808ebd5e6320a2a47780e4d8af6a227
1 parent
56b00143
Exists in
master
and in
23 other branches
Updating schema timestamp
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
db/schema.rb
| ... | ... | @@ -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 => 20130304200849) do | |
| 12 | +ActiveRecord::Schema.define(:version => 20130429214630) do | |
| 13 | 13 | |
| 14 | 14 | create_table "abuse_reports", :force => true do |t| |
| 15 | 15 | t.integer "reporter_id" | ... | ... |