This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
vaultwarden
Watch
1
Star
0
Fork
0
You've already forked vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2024-11-01 03:32:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3fb419e704
vaultwarden
/
migrations
/
sqlite
/
2021-03-15-163412_rename_send_key
/
up.sql
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