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