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
/
0051_public_lists.sql
blob: 6f9714e4d1ce36f24fffcaf224a32ad663d8af99 (
plain
) (
blame
)
1
ALTER
TABLE
`
bookmarkLists
`
ADD
`
public
`
integer
DEFAULT
false
NOT
NULL
;