Add upgrade notes to readme
This commit is contained in:
parent
2cdbb57824
commit
c04ea37516
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
Loading…
Reference in a new issue