dkforest

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

128.sql (98B)


      1 -- +migrate Up
      2 ALTER TABLE users ADD COLUMN hellban_opacity INTEGER DEFAULT 30;
      3 
      4 -- +migrate Down