dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

138.sql (108B)


      1 -- +migrate Up
      2 ALTER TABLE chat_rooms ADD COLUMN read_only TINYINT(1) NOT NULL DEFAULT 0;
      3 
      4 -- +migrate Down