1
0

cleanup+categorization of TODOs

This commit is contained in:
Michael Hoennig
2022-09-07 12:25:12 +02:00
parent 756d5e1ae6
commit 23796c56f9
14 changed files with 26 additions and 30 deletions

View File

@@ -152,7 +152,7 @@ drop view if exists test_customer_iv;
create or replace view test_customer_iv as
select target.uuid, target.prefix as idName
from test_customer as target;
-- TODO: Is it ok that everybody has access to this information?
-- TODO.spec: Is it ok that everybody has access to this information?
grant all privileges on test_customer_iv to restricted;
/*