Add database structure update known issue in doc

This commit is contained in:
Hypolite Petovan 2018-11-17 09:47:11 -05:00
parent dd60b60e99
commit b4f7957f1c
1 changed files with 4 additions and 1 deletions

View File

@ -39,4 +39,7 @@ cd /path/to/friendica-directory
bin/console dbupdate
```
You're all set!
### Known issues
Before version 2.1, updating the database schema was impossible because the `status` column value of the `migration_version` table was incorrectly set to `partial up` instead of `complete`.
Updating from 2.0.x, changing the value allows to update the database schema.