sessions #2

Merged
admin merged 63 commits from sessions into main 2025-06-16 19:03:01 +02:00
51 changed files with 2525 additions and 192 deletions
Showing only changes of commit c3fd6637a5 - Show all commits

View File

@ -6,7 +6,7 @@ INSERT INTO service_sessions (
) VALUES ( ) VALUES (
$1, $2, $3, NOW(), $4, $5, $1, $2, $3, NOW(), $4, $5,
$6, $7, $8, $9, $6, $7, $8, $9,
TRUE, $8, $9 TRUE, $10, $11
) )
RETURNING *; RETURNING *;