DB Migrations #67

Merged
konrad merged 44 commits from feature/migrations into master 2019-03-29 17:54:36 +00:00
Showing only changes of commit f2882d0b5d - Show all commits

View File

@ -13,7 +13,8 @@ menu:
Vikunja runs all database migrations automatically on each start if needed. Vikunja runs all database migrations automatically on each start if needed.
Additionally, they can also be run directly by using the `migrate` command. 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 ## Add a new migration