18339: Move trash-sweep from background thread to controller action.
[arvados.git] / services / api / lib / create_permission_view.sql
index 6e24d30fe80911d5857565855723e0acecad88f1..0c4c77b7504d69fd102e0e3ba0009c837857bf18 100644 (file)
@@ -2,6 +2,9 @@
 --
 -- 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 (