109.sql (185B)
1 -- +migrate Up 2 ALTER TABLE users ADD COLUMN notify_chess_games TINYINT(1) NOT NULL DEFAULT 0; 3 CREATE INDEX users_notify_chess_games_idx ON users (notify_chess_games); 4 5 -- +migrate Down
dkforestA forum and chat platform (onion) | |
| git clone https://git.dasho.dev/n0tr1v/dkforest.git | |
| Log | Files | Refs | LICENSE |