X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/532be5dc8d48ec4839aca38032fa0b64ddf7cd75..685db28b50225cde7dbb03aa2275f7a165d888a3:/services/api/lib/create_permission_view.sql diff --git a/services/api/lib/create_permission_view.sql b/services/api/lib/create_permission_view.sql index 2a9e55bb8a..0c4c77b750 100644 --- a/services/api/lib/create_permission_view.sql +++ b/services/api/lib/create_permission_view.sql @@ -1,3 +1,10 @@ +-- Copyright (C) The Arvados Authors. All rights reserved. +-- +-- SPDX-License-Identifier: AGPL-3.0 + +-- Note: this is not the current code used for permission checks (that is +-- materialized_permission_view), but is retained here for migration purposes. + CREATE TEMPORARY VIEW permission_view AS WITH RECURSIVE perm_value (name, val) AS (