refactor: adjustments to variable namings

This commit is contained in:
2025-09-11 14:26:40 +03:00
parent f81e4eaa47
commit 4b40a05e2d
4 changed files with 42 additions and 8 deletions

View File

@@ -374,7 +374,7 @@ VALUES (
@name::text,
@icon_name::text,
@color::text,
@color_grad::boolean
@color_grad::text
)
RETURNING *;