(refs #1286) Prototyping of new permission system

This commit is contained in:
Naoki Takezoe
2016-10-31 18:18:24 +09:00
parent 7d3bda42e2
commit 60ff046823
9 changed files with 69 additions and 51 deletions

View File

@@ -0,0 +1,2 @@
-- DELETE COLLABORATORS IN GROUP REPOSITORIES
DELETE FROM COLLABORATOR WHERE USER_NAME IN (SELECT USER_NAME FROM ACCOUNT WHERE GROUP_ACCOUNT = TRUE)