update api.sql with acl.keys

This commit is contained in:
Maxime Alves LIRMM 2020-09-16 14:18:37 +02:00
parent 31a8f68a0a
commit e8ed06a9b6
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ create table api.acl (
router text,
domain text,
acl_fct_name text,
keys text[],
primary key (http_verb, path, router, domain, acl_fct_name)
);