dkforest

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

117.sql (132B)


      1 -- +migrate Up
      2 CREATE TABLE IF NOT EXISTS prohibited_passwords (
      3     password VARCHAR(50) NOT NULL PRIMARY KEY
      4 );
      5 
      6 -- +migrate Down