From 107e9e2a516bad9da42bb1b61b95c738a7abdafa Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Sat, 14 Sep 2024 01:47:13 -0700 Subject: [PATCH] add changelog entry for 'db migrate' command --- book/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/changelog.md b/book/changelog.md index a9399813..2e055d97 100644 --- a/book/changelog.md +++ b/book/changelog.md @@ -252,3 +252,6 @@ This will be the first release of Grapevine since it was forked from Conduit [!102](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/102)) 19. Allow configuring the served API components per listener. ([!109](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/109)) +20. Added `grapevine db migrate` CLI command, to migrate database between server + implementations. + ([!85](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/85))