Skip to content

Commit

Permalink
AO3-4933 Update the schema version (otwcode#2815)
Browse files Browse the repository at this point in the history
* Add rspec tests for the comments controller

* Add some defensive code

* We never get this right however many times we check

* Clean up
  • Loading branch information
zz9pzza authored and sarken committed Mar 23, 2017
1 parent a646870 commit ea32dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.

ActiveRecord::Schema.define(:version => 201604030319571) do
ActiveRecord::Schema.define(:version => 20160706031054) do

create_table "abuse_reports", :force => true do |t|
t.string "email"
Expand Down

0 comments on commit ea32dcb

Please sign in to comment.