initial commit
[squeep-indie-auther] / src / db / postgres / sql / scope-delete.sql
1 -- remove an inpermanent scope
2 DELETE FROM scope
3 WHERE scope = $(scope) AND is_permanent = false