[20:34] <FallenHitokiri> hi, yesterday I installad TTRSS 1.2.18, configured everything and now it tells me that TTRSS needs to update to the latest version (26 to 27) and I get the following error: Query alter table ttrss_feeds add column last_viewed datetime failed: Duplicate column name 'last_viewed'
This is a known bug, fixed in trunk. For the time being, change schema version to 27 in schema/ttrss_schema_YOURDB.sql and reimport OR change constant SCHEMA_VERSION from 27 to 26 in sanity_check.php, near the top.
