From 4d12f73c3b40dea0af44fd17b1634bdc444c3bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 28 Dec 2016 13:56:41 +0100 Subject: [PATCH] Update migration-guide.md --- docs/migration-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/migration-guide.md b/docs/migration-guide.md index 804de73ec7..9dfda93f71 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -13,3 +13,6 @@ If you don't a "migrations" table with _7 unique migrations_ you are affected by #### How to fix? Before starting unleash version 2 you have to run the SQL located under `scripts/fix-migrations-version-1.sql` + +### Caveat 2: databaseUrl (not database*Uri*) +Using unleash as a lib and injecting your own config? Then you should know that we changed the databaseUri config param name to **databaseUrl**. This to align it with the environment variable (DATABASE_URL), avoiding multiple names for same config param.