Add upgrade notes to readme

This commit is contained in:
Kumi 2020-05-25 19:10:54 +02:00
parent 2cdbb57824
commit c04ea37516

View file

@ -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 4. To retrieve a configuration value from the database, use
dbsettings.functions.getValue(key) in your code. 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.