X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f301a70fdcfda9872965835b26d1400a53d584a1..a654a04cc89e3920a84fe2979f910fe210972303:/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 (