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-item.sql
blob: 35085538e0575d5a395c121596075b85f9544348 (
plain
)
1
2
--
add
feed
item
INSERT
INTO
feed_items
(
feed_id
,
published_at
,
modified_at
)
VALUES
(
?
,
?
,
?
);