From f49ad121720ecedbd434005934e4a95bd92a683b Mon Sep 17 00:00:00 2001 From: Stephan Tietz <1504437+stietz@users.noreply.github.com> Date: Sun, 17 Nov 2019 13:32:55 +0000 Subject: [PATCH] Updated Building binary (markdown) --- Building-binary.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Building-binary.md b/Building-binary.md index 7f69da2..ca039a3 100644 --- a/Building-binary.md +++ b/Building-binary.md @@ -87,4 +87,7 @@ diesel migration redo # This step should be done automatically when using diesel-cli > 1.3.0 # diesel print-schema > src/db/sqlite/schema.rs -``` \ No newline at end of file +``` + +## How to migrate from SQLite backend to MySQL backend (for developers) +Refer to [using the MySQL backend](https://github.com/dani-garcia/bitwarden_rs/wiki/Using-the-MySQL-Backend) if you want to migrate from SQLite. \ No newline at end of file