From cbe73d95052f840dc1ba14c046f86fdc7dbba221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20=C3=85ne?= Date: Mon, 29 Aug 2016 20:14:23 +0200 Subject: [PATCH] Add description field in sqlite. --- pvv.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pvv.sql b/pvv.sql index cd70a8e..ab7c9f5 100644 --- a/pvv.sql +++ b/pvv.sql @@ -5,5 +5,6 @@ CREATE TABLE "events" ( "start" TEXT, "stop" TEXT, "organiser" TEXT, -"location" TEXT +"location" TEXT, +"description" TEXT );