kiwiirc / kiwibnc

Apache License 2.0
44 stars 14 forks source link

worker.js: change raw sqlite call for clearing linked_con_ids #164

Closed mestaritonttu closed 2 years ago

mestaritonttu commented 2 years ago

After updating to latest knex and better-sqlite3 I got

SqliteError: UPDATE connections SET linked_con_ids = "[]" - no such column: []

mestaritonttu commented 2 years ago

I didn't notice there was already #163 :)