The index referenced transaction_id which is only added by migration v0.59. On existing databases CREATE TABLE IF NOT EXISTS is a no-op, so the index creation crashed before migrations could run. v0.61 creates it correctly after the column exists. Fresh installs still get it via normal migration. |
||
|---|---|---|
| .. | ||
| database.js | ||
| schema.sql | ||