30.sql (160B)
1 -- +migrate Up 2 ALTER TABLE chat_rooms ADD COLUMN is_listed TINYINT(1) DEFAULT 0; 3 4 CREATE INDEX rooms_is_listed_idx ON chat_rooms (is_listed); 5 6 -- +migrate Down
dkforestA forum and chat platform (onion) | |
| git clone https://git.dasho.dev/n0tr1v/dkforest.git | |
| Log | Files | Refs | LICENSE |