update api.sql with acl.keys
This commit is contained in:
parent
31a8f68a0a
commit
e8ed06a9b6
|
@ -41,6 +41,7 @@ create table api.acl (
|
||||||
router text,
|
router text,
|
||||||
domain text,
|
domain text,
|
||||||
acl_fct_name text,
|
acl_fct_name text,
|
||||||
|
keys text[],
|
||||||
primary key (http_verb, path, router, domain, acl_fct_name)
|
primary key (http_verb, path, router, domain, acl_fct_name)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue