Updated Building binary (markdown)

Stephan Tietz
2019-11-17 13:32:55 +00:00
parent 2312522317
commit f49ad12172

@@ -88,3 +88,6 @@ diesel migration redo
# This step should be done automatically when using diesel-cli > 1.3.0 # This step should be done automatically when using diesel-cli > 1.3.0
# diesel print-schema > src/db/sqlite/schema.rs # diesel print-schema > src/db/sqlite/schema.rs
``` ```
## 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.