From f2882d0b5da620a1cdf67e993a3e0d13c3f2bf78 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 29 Mar 2019 16:24:26 +0100 Subject: [PATCH] Added docs --- docs/content/doc/development/migrations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/doc/development/migrations.md b/docs/content/doc/development/migrations.md index cca614fda..007034e51 100644 --- a/docs/content/doc/development/migrations.md +++ b/docs/content/doc/development/migrations.md @@ -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