Fix missing values for control SQL insert

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-28 14:30:38 +01:00
parent c9253f3aae
commit 8d8149e692

View File

@@ -156,7 +156,8 @@ VALUES (
@description,
@content_ref,
@created_at,
@updated_at
@updated_at,
@version
);
`