fix: numeration

This commit is contained in:
2025-06-15 21:04:22 +02:00
parent 20173ea140
commit c3fd6637a5

View File

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