This website requires JavaScript.
Explore
Help
Register
Sign In
saret
/
vaultwarden
Watch
1
Star
0
Fork
0
You've already forked vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2026-06-07 03:00:15 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a057c7deae78b9f47f6d91372b7ffc0b397d849e
vaultwarden
/
migrations
/
sqlite
/
2021-03-15-163412_rename_send_key
/
up.sql
T
Daniel García
95e24ffc51
rename send key -> akey
2021-03-15 16:42:20 +01:00
2 lines
45 B
SQL
Raw
Blame
History
ALTER
TABLE
sends
RENAME
COLUMN
key
TO
akey
;
Reference in New Issue
View Git Blame
Copy Permalink