1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-18 18:31:04 +00:00

Small README touches

This commit is contained in:
spl0k 2018-09-15 16:24:52 +02:00
parent 0f1a31e677
commit b654f969f5

View File

@ -91,7 +91,8 @@ superuser with the folowing SQL command:
supysonic=# CREATE EXTENSION citext;
If you absolutely have no clue about databases, you can go with _SQLite_.
If you absolutely have no clue about databases, you can go with _SQLite_ as it
doesn't need any setup other than specifying a path for the database.
Note that using _SQLite_ for large libraries might not be the brightest idea as
it tends to struggle with larger datasets.
@ -232,6 +233,9 @@ command:
## Upgrading
To upgrade your _Supysonic_ installation, simply re-run the command you used to
install it (either `python setup.py install` or `pip install .`).
Some commits might introduce changes in the database schema. Starting with
commit e84459d6278bfc735293edc19b535c62bc2ccd8d (August 29th, 2018) migrations
will be automatically applied.