Added docs
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
kolaente 2019-03-29 16:24:26 +01:00
parent 671a031b70
commit f2882d0b5d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -13,7 +13,8 @@ menu:
Vikunja runs all database migrations automatically on each start if needed.
Additionally, they can also be run directly by using the `migrate` command.
We use [xormigrate](https://github.com/techknowlogick/xormigrate) to handle migrations, which is based on gormigrate.
We use [xormigrate](https://github.com/techknowlogick/xormigrate) to handle migrations,
which is based on gormigrate.
## Add a new migration