chore: rabbit comments

This commit is contained in:
Stavros
2026-06-01 15:47:19 +03:00
parent 5caee887de
commit b3c152fa1c
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ CREATE TABLE IF NOT EXISTS "oidc_sessions" (
"client_id" TEXT NOT NULL,
"token_expires_at" INTEGER NOT NULL,
"refresh_token_expires_at" INTEGER NOT NULL,
"nonce" TEXT DEFAULT "",
"nonce" TEXT NOT NULL DEFAULT "",
"userinfo_json" TEXT NOT NULL
);