index
:
cvez
main
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbstore
/
sql
/
feed
/
insert-desc.sql
blob: 139056ef946d5249b9016ff922324d4383fa02e5 (
plain
)
1
2
--
add
description
INSERT
INTO
descriptions
(
lang
,
value
)
VALUES
(
?
,
?
);