From e0816a108a51e1752b81de1782eb9cc52faa85cc Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Fri, 16 Mar 2018 12:52:35 -0400 Subject: [PATCH] fix(docs): tweak migration instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9424ca4..9835f44 100644 --- a/README.md +++ b/README.md @@ -397,9 +397,11 @@ ENV = { 1. Update your backend to serve the revision `` WHERE `is_active` = 1 `` (instead of the revision pointed to by the `'current'` revision). + +1. Run `ember deploy ` to run the migrations that create the bootstrap table + and insert your first deployment. -1. Run `ember deploy:list ` to migrate the database and confirm - that the correct revision is (still) active. +1. Run `ember deploy:list ` to confirm that the correct revision is (still) active. ## Migrating from ember-cli-deploy-postgres