changelog entry for db compatibility break

This commit is contained in:
Benjamin Lee 2024-09-14 01:46:06 -07:00
parent cfbb11916a
commit d7dedb8f10
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4

View file

@ -136,6 +136,10 @@ This will be the first release of Grapevine since it was forked from Conduit
the server is now behind the `serve` command, so `grapevine --config ...`
becomes `grapevine serve --config ...`.
([!108](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/108))
14. **BREAKING** Break db compatibility with conduit. In order to move back to
conduit from grapevine, admins now need to use the `grapevine db migrate`
command.
([!85](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/85))
### Fixed