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
/
mysql
/
2019-10-10-083032_add_column_to_twofactor
/
up.sql
blob: cfcd6ca2002a640f8ffb0004b7de076d7c79df9a (
plain
)
1
ALTER TABLE
twofactor
ADD COLUMN
last_used
INTEGER
NOT NULL DEFAULT
0
;