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
/
0047_add_summarization_status.sql
blob: 6e8b40d0ac0caae28ae3bf351fa54fac3e189ac0 (
plain
) (
blame
)
1
ALTER
TABLE
`
bookmarks
`
ADD
`
summarizationStatus
`
text
DEFAULT
'
pending
'
;