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
/
0009_cuddly_cammi.sql
blob: f6e05fcc2e4802bbf05095da4e953d32e105688f (
plain
) (
blame
)
1
CREATE
INDEX
`
bookmarks_createdAt_idx
`
ON
`
bookmarks
`
(
`
createdAt
`
)
;