initial commit
[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