dkforest

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

137.sql (100B)


      1 -- +migrate Up
      2 INSERT INTO forum_categories (name, slug) VALUES ('News', 'news');
      3 
      4 -- +migrate Down