From e8ed06a9b63b345dfd7483b987e1c1e6ebef4242 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Wed, 16 Sep 2020 14:18:37 +0200 Subject: [PATCH] update api.sql with acl.keys --- halfapi/models/api.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/halfapi/models/api.sql b/halfapi/models/api.sql index 43176d5..38863e9 100644 --- a/halfapi/models/api.sql +++ b/halfapi/models/api.sql @@ -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) );