THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
trashmodern
/
vaultwarden
Watch
1
Star
0
Fork
1
You've already forked vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2025-05-27 23:54:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c4d565b15bfdf34b3278d964a9da53e082fed680
vaultwarden
/
migrations
/
postgresql
/
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