restrict openapi spec based on sql grants
This commit is contained in:
Vendored
+5
@@ -1926,6 +1926,11 @@ create table app_users (
|
||||
password text not null
|
||||
);
|
||||
|
||||
create table selectonly (
|
||||
id integer primary key,
|
||||
name text
|
||||
);
|
||||
|
||||
create table private.pages (
|
||||
link int not null unique
|
||||
, url text
|
||||
|
||||
Reference in New Issue
Block a user