ai_code_daemon_installations
Current state of each daemon installation. One row per (git_email, machine_name) pair.
-
id
Primary key - Unique identifier for the row.
-
git_email
string - Git email address of the user running the daemon.
-
machine_name
string - Name of the machine where the daemon is installed.
-
daemon_version
string - Current version of the daemon.
-
daemon_os
string - Operating system of the machine where the daemon is installed.
-
status
jsonb - Status details for the daemon installation.
-
first_seen_at
date - Timestamp when this installation was first observed.
-
last_seen_at
date - Timestamp of the most recent phone-home from this installation.
-
row_created_at
date - Timestamp when the record was created.
-
row_updated_at
date - Timestamp when the record was last updated.