1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-01 14:24:27 -06:00
Commit graph

2 commits

Author SHA1 Message Date
S7evinK 2bfab5f58b
Add example goose sqlite3 migration ()
Signed-off-by: Till Faelligen <tfaelligen@gmail.com>
2020-10-05 11:28:10 +01:00
Kegsay 95d7e2336d
Add support for database migrations ()
* Add support for database migrations

Closes 

This PR does NOT add any migrations as an example. I have
manually tested that the library works with SQL and Go based
upgrades correctly. Documentation should be sufficient for
devs to add migrations.

* Clarifications

* Linting
2020-09-10 15:10:32 +01:00