index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
db
/
drizzle
/
0076_add_api_key_last_used_tracking.sql
blob: b5f7d5355703a5366fa57106c64680c386ed40fc (
plain
) (
blame
)
1
ALTER
TABLE
`
apiKey
`
ADD
`
lastUsedAt
`
integer
;