index
:
vaultwarden
2024-updates-and-config-endpoint
authrequest_changes
dependabot/cargo/cargo-acb06c3a58
dependabot/cargo/h2-0.3.26
dependabot/cargo/mio-0.8.11
fix-nightly-errors
fix-nightly-errors-part-2
icons_dns
improved-http-client
main
more_authrequest_fixes
register_verify_email
remove_upcase
ssh_keys
test_dylint
update-rust-and-remove-unused-header-values
update_jwt_private_key
yubico-async
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
dani-garcia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migrations
/
2018-01-14-171611_create_tables
/
down.sql
blob: 3d258d2f306a256e49c1ee8e3f687f992f50ee5b (
plain
)
1
2
3
4
5
6
7
DROP TABLE
users
;
DROP TABLE
devices
;
DROP TABLE
ciphers
;
DROP TABLE
folders
;