From ff633de83818be1902deeb512a643bb286a0c81f Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 25 Feb 2019 15:05:55 +0000 Subject: [PATCH] Update with migration instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb6e9fb..457063b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ 8.2. Load schema `RAILS_ENV=production bin/rails db:schema:load` + 8.3. Run database migrations `RAILS_ENV=production bin/rails db:migrate` + + 8.4. Run data migrations `RAILS_ENV=production bin/rails data:migrate` + 9. Create an initial user 9.1. Enter the rails console using `RAILS_ENV=production rails c`