restrict openapi spec based on sql grants

This commit is contained in:
2026-08-15 21:41:45 +02:00
parent a8feaadc01
commit 4a5d626112
11 changed files with 209 additions and 54 deletions
+5
View File
@@ -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