mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-09-18 15:08:21 +03:00
3 lines
161 B
SQL
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); |