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.sql
blob: 73fb784cf4146a9ab3ad76b4fed89b1ae0cdb55a (
plain
)
1
2
--
add
feed
INSERT
INTO
feeds
(
data_time
)
VALUES
(
?
);