permissions: Add unrestricted column to repo_permissions
Created by: ryanslade
This change just adds the unrestricted
columns to the repo_permissions
table
and checks for it in our authz query.
Another PR will introduce the ability to update this value via our explicit permissions API.
Part of https://github.com/sourcegraph/sourcegraph/issues/34631
Test plan
Unit tests added