dkforest

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

2.sql (182B)


      1 -- +migrate Up
      2 CREATE TABLE IF NOT EXISTS onion_blacklists (
      3     md5 VARCHAR(32) NOT NULL PRIMARY KEY,
      4     created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP);
      5 
      6 -- +migrate Down