From c04ea375161981e67eee8ba02d408dcbdec581de Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 25 May 2020 19:10:54 +0200 Subject: [PATCH] Add upgrade notes to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 29b2b74..153d684 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,9 @@ pairs in your database, so you can store configuation in your database easily. 4. To retrieve a configuration value from the database, use dbsettings.functions.getValue(key) in your code. + +## Upgrade notes + +When upgrading to 0.9 from a previous version, your database tables will need +to be updated. To do this, just execute step 2 from the "Quick start" section +again. \ No newline at end of file