Last active 15 hours ago

Revision 3523ae806d096be713d1e70af70adf4a62fa0ac4

shell Raw
1$ sqlite3 swee.sqlite3
2SQLite version 3.50.4 2025-07-30 19:33:53
3Enter ".help" for usage hints.
4sqlite> .tables
5messages migrations options rollback_steps
6sqlite> PRAGMA table_info(messages);
70|id|INTEGER|0||1
81|network|TEXT|0||0
92|channel|TEXT|0||0
103|time|INTEGER|0||0
114|type|TEXT|0||0
125|msg|TEXT|0||0
13sqlite> .exit
14$ thelounge -v
15v4.4.3
the_error Raw
1Jan 31 11:04:17 thelounge daemon[80436]: node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: SQLITE_ERROR: no such column: "message" - should this be a string literal in single-quotes?] { errno: 1, code: 'SQLITE_ERROR' } Node.js v24.12.0