summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Fick <logaldeveloper@protonmail.com>2017-10-18 17:06:41 -0400
committerLogan Fick <logaldeveloper@protonmail.com>2017-10-18 17:06:41 -0400
commit91d6082d3759bd65a95a0dee063a46d2e6f6d2f6 (patch)
treee49d55a70b166207b03fa53020f2dfcc9b081cfc
parent751462bbedb2e2133b630156527650ebc506d347 (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 2f38b71..91cfe91 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: 20171013001146) do
create_table "badges", force: :cascade do |t|
t.string "name", limit: 191