summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2017-10-15 20:01:56 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2017-10-15 20:01:56 -0400
commit1ec1c09490c5f3481e87a599d81c7ae4b0227691 (patch)
tree581a72721c6cad24ecfeaba6e3814a07c3356853
parent29ef493a1bd4c95ced33c8711add6c0ebc6fb74d (diff)
Fixed schema version number.
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 2dbffc8..197024d 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -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: 20170708011014) do
create_table "badges", force: :cascade do |t|
t.string "name", limit: 191