From d44cf9573615f31983828e070e8c332c0a7cc375 Mon Sep 17 00:00:00 2001 From: Markus Date: Sat, 17 Feb 2018 13:58:57 +0100 Subject: [PATCH] Create MOTD table in SQL setup --- dist/pvv.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dist/pvv.sql b/dist/pvv.sql index 4325a96..cc6a70c 100644 --- a/dist/pvv.sql +++ b/dist/pvv.sql @@ -20,4 +20,9 @@ CREATE TABLE "projects" ( CREATE TABLE "users" ( "uname" TEXT, "groups" INT DEFAULT 0 +); + +CREATE TABLE "motd" ( +"title" TEXT, +"content" TEXT ); \ No newline at end of file