This commit is contained in:
2026-03-24 19:58:29 +01:00
parent d0c5cd38d2
commit 1e385ff911
12 changed files with 67 additions and 58 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ create table keibi.oidc_login(
opaque varchar(128) not null unique,
provider varchar(256) not null,
redirect_url text not null,
tenant text,
tenant varchar(256) not null,
code text,
created_at timestamptz not null default now()::timestamptz
);