add changelog entry for 'db migrate' command

This commit is contained in:
Benjamin Lee 2024-09-14 01:47:13 -07:00
parent 8e966c7ac4
commit 107e9e2a51
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4

View file

@ -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))