Fix sql query

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-02-05 09:13:07 -08:00
parent 923f79d68b
commit ac41883a58

View File

@@ -156,7 +156,15 @@ func (f Framework) Insert(
) error {
q := `
INSERT INTO
frameworks
frameworks (
id,
organization_id,
name,
description,
content_ref,
created_at,
updated_at
)
VALUES (
@frameworkd_id,
@organization_id,