mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-23 11:13:20 +00:00
re-added sqlite check_db code, cleanup
This commit is contained in:
parent
6c38026ef5
commit
dc36f0cb6c
4 changed files with 28 additions and 11 deletions
|
@ -13,8 +13,8 @@ build = "build.rs"
|
|||
[features]
|
||||
# Empty to keep compatibility, prefer to set USE_SYSLOG=true
|
||||
enable_syslog = []
|
||||
mysql = []
|
||||
sqlite = []
|
||||
mysql = ["diesel/mysql", "diesel_migrations/mysql"]
|
||||
sqlite = ["diesel/sqlite", "diesel_migrations/sqlite"]
|
||||
|
||||
[target."cfg(not(windows))".dependencies]
|
||||
syslog = "4.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue