diff --git a/README.md b/README.md
index 67eba9404..877553a7c 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
-
+
diff --git a/bin/update b/bin/update
index 58bfaed51..6d73559a3 100755
--- a/bin/update
+++ b/bin/update
@@ -18,7 +18,7 @@ chdir APP_ROOT do
system('bundle check') || system!('bundle install')
# Install JavaScript dependencies if using Yarn
- # system('bin/yarn')
+ system('bin/yarn')
puts "\n== Updating database =="
system! 'bin/rails db:migrate'
diff --git a/db/schema.rb b/db/schema.rb
index 6e3781b68..a391323c8 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20190401213605) do
+ActiveRecord::Schema.define(version: 2019_04_01_213605) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_stat_statements"
enable_extension "plpgsql"