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
/
0026_silky_imperial_guard.sql
blob: 25978b1deee52b00d2a302f53cd9aa7e35ac7f85 (
plain
) (
blame
)
1
2
3
4
CREATE
TABLE
`
config
`
(
`
key
`
text
PRIMARY
KEY
NOT
NULL
,
`
value
`
text
NOT
NULL
)
;