From d7dedb8f10a988e65f2d33b59922cc6870073e3d Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Sat, 14 Sep 2024 01:46:06 -0700 Subject: [PATCH] changelog entry for db compatibility break --- book/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/changelog.md b/book/changelog.md index 26ed1d67..a9399813 100644 --- a/book/changelog.md +++ b/book/changelog.md @@ -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