Some more stuff

This commit is contained in:
Jef Roosens 2021-10-09 22:01:52 +02:00
parent 18f717685a
commit 061a9d9bc6
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
8 changed files with 1352 additions and 1 deletions

View file

@ -4,6 +4,8 @@ create table sections (
-- Title of the section
title varchar(255) UNIQUE NOT NULL,
-- Name to use when routing (this just makes for prettier URLs)
shortname varchar(32) UNIQUE NOT NULL,
-- Optional description of the section
description text,
-- Wether to show the section in the default list on the homepage