dkforest

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

107.sql (153B)


      1 -- +migrate Up
      2 ALTER TABLE links ADD COLUMN shorthand VARCHAR(50) NULL;
      3 CREATE UNIQUE INDEX links_shorthand_uniq ON links (shorthand);
      4 
      5 -- +migrate Down