I accidently broke topic handling by introducing a primary key to the topics table. Just run the query below to drop the PK and restore topic handling functionality. ALTER TABLE topics DROP PRIMARY KEY;