>>103555851
>BUGFIX: Fix incorrect SQL column definition
The offending line of code:
addColumn(DB_TABLE_TORRENTS, DB_COLUMN_SHARE_LIMIT_ACTION, u"TEXTNOT NULL DEFAULT `Default`"_s);
If they had used Rust with SQLx, this typo would have been picked up at compile-time. Just saying.