Database
Every table this install keeps, row by row. Read anything; change a row only when you mean to.
audit_log
9 rows · 8 columns · keyed by id
Who did what, and when — the Audit log reads this table. It is the record of what this page does too, so it can be read here but never changed.
Read-only here. Every change this page makes is written to this log, so the log itself is never one of them — open a row to read it in full.
| View | id PKTEXT | atTEXT | actorTEXT | actionTEXT | summaryTEXT | targetTEXT | sourceTEXT | by_operatorINTEGER |
|---|---|---|---|---|---|---|---|---|
| a1 | 2026-09-22T14:02:00Z | Avery Quinn | members.roles | gave Sam Okafor the Games host role | Sam Okafor | Web | 0 | |
| a2 | 2026-09-22T11:20:00Z | Jordan Ellis | members.invite | invited kai@example.com as a Member | Kai Fletcher | Web | 0 | |
| a3 | 2026-09-21T20:41:00Z | Sam Okafor | streams.terminate | stopped a stream (4K transcode, out of headroom) | Josh Byrne | Web | 0 | |
| a4 | 2026-09-21T09:05:00Z | Avery Quinn | members.suspend | suspended Rowan Doyle | Rowan Doyle | Web | 0 | |
| a5 | 2026-09-20T18:30:00Z | Sidecarr operator | platform.impersonate | signed in as Avery Quinn to look at a billing problem (read-only) | Avery Quinn | Operator | 1 | |
| a6 | 2026-09-20T12:00:00Z | Jordan Ellis | content.announce | posted “Sign-in with an apostrophe in your name” | Changelog | Web | 0 | |
| a7 | 2026-09-19T22:15:00Z | Avery Quinn | server.settings | turned on sign-in with Plex | Server | Web | 0 | |
| a8 | 2026-09-18T16:45:00Z | Mira Patel | requests.approve | approved “Severance, season 2” | Requests | Web | 0 | |
| a9 | 2026-09-17T08:10:00Z | Avery Quinn | billing.manage | moved the server to the Cloud plan | Billing | Web | 0 |
Nothing in audit_log yetNo row has been written to this table. It fills as the server writes to it.
No row matches thatNothing in audit_log contains it. Try part of a word, or search every column.
Rows 1–9 of 9
Changes you made to this table are kept in this browser until there is a server.
Run a query
Ran.
The query matched nothingIt ran, and no row answered it. Loosen the WHERE, or check the value's spelling and case.
| columnTEXT | columnTEXT | columnTEXT |
|---|---|---|
| value | NULL | Hidden |
| View | id PKTEXT | atTEXT | actorTEXT | actionTEXT | summaryTEXT | targetTEXT | sourceTEXT | by_operatorINTEGER |
|---|---|---|---|---|---|---|---|---|
| id | at | actor | action | summary | target | source | by_operator |