You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: database/schema.md
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -298,12 +298,18 @@ Columns:
298
298
299
299
### collector_config
300
300
301
-
Information about the collector; it's target architecture, when it was added, whether it is active and when it last had activity denoted by `last_heartbeat_at`.
301
+
Information about the collector; it's target architecture, when it was added,
302
+
whether it is active and when it last had activity denoted by `last_heartbeat_at`.
302
303
303
-
```
304
-
sqlite> SELECT * FROM collector_config;
304
+
Columns:
305
305
306
-
id target name date_added last_heartbeat_at benchmark_set is_active
0 commit comments