DETACH_TEAM_FROM_COLLECTIONS_QUERY

private val DETACH_TEAM_FROM_COLLECTIONS_QUERY: String = "DELETE FROM collections_teams WHERE team_id='%s' AND collection_id IN ("

DETACH_TEAM_FROM_COLLECTIONS_QUERY the query used to detach collections from a team