dkforest

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

38.sql (204B)


      1 -- +migrate Up
      2 ALTER TABLE users ADD COLUMN chat_read_marker_color VARCHAR(50) NOT NULL DEFAULT '#4e7597';
      3 ALTER TABLE users ADD COLUMN chat_read_marker_size INTEGER NOT NULL DEFAULT 1;
      4 
      5 -- +migrate Down