Fixed schema version number.

This commit is contained in:
Logan Fick
2017-10-18 17:06:41 -04:00
parent 751462bbed
commit 91d6082d37

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170703003647) do
ActiveRecord::Schema.define(version: 20171013001146) do
create_table "badges", force: :cascade do |t|
t.string "name", limit: 191