Schema and version number changes

This commit is contained in:
Yusur 2019-11-06 11:12:11 +01:00
parent ef8d5343e9
commit a70b4f2eae
4 changed files with 34 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 0.8-dev
* Schema changes: moved `full_name` field from table `userprofile` to table `user` for search improvement reasons.
* Adding `messages_count`, `followers_count` and `following_count` to `profile_info` API endpoint (what I've done to 0.7.1 too).
## 0.7.1-dev
* Adding `messages_count`, `followers_count` and `following_count` to `profile_info` API endpoint (forgot to release).