Kokonotsuba BBS Software

by HARD

Upgrading instructions

Random image from 2D Cute@Heyuri

SQL Commands

As Kokonotsuba is updated, the structure of the database may change. To adapt, run these commands starting from the date of your last upgrade to the latest version:

2025/08/24
ALTER TABLE threads ADD COLUMN is_sticky BOOL DEFAULT FALSE;

2025/08/27
ALTER TABLE posts ADD COLUMN poster_hash VARCHAR(255) DEFAULT NULL;