Files
HomeOps-Hub/internal/hub/store/sqlc/queries/agent.sql
T
2026-04-16 13:38:35 +03:00

3 lines
161 B
SQL

-- name: CreateAgent :exec
INSERT INTO agents (agent_id, agent_name, architecture, system, hostname, version, capabilities)
VALUES ($1, $2, $3, $4, $5, $6, $7);