1
0

add hs_admin_contact table and repository with findContactByOptionalLabelLike+save

This commit is contained in:
Michael Hoennig
2022-09-06 19:43:15 +02:00
parent da793ee546
commit 2afdb3c3d7
11 changed files with 567 additions and 10 deletions

View File

@@ -234,7 +234,7 @@ create trigger test_customer_insert_trigger
before insert
on test_customer
for each row
when ( currentUser() <> 'alex@hostsharing.net' or not hasGlobalPermission('add-customer') )
when ( not hasGlobalPermission('add-customer') )
execute procedure addTestCustomerNotAllowedForCurrentSubjects();
--//