projects
/
squeep-indie-auther
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bump package version to 1.1.0
[squeep-indie-auther]
/
src
/
db
/
sqlite
/
sql
/
scope-insert.sql
1
-- Insert an externally-provided scope, or ignore.
2
INSERT INTO scope
3
(
scope
)
4
VALUES
(
:scope
)
5
ON
CONFLICT
(
scope
)
DO NOTHING