Last active 15 hours ago

Revision 5b8d9f0480a6de4b59fec6002dc50009bf4a83a5

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
13$ thelounge -v
14v4.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