From b92ea295dce41bb216f5ca2f77366efa94d66fe3 Mon Sep 17 00:00:00 2001 From: George Tsatsis Date: Sat, 26 Jan 2019 14:00:24 +0000 Subject: [PATCH] Remove a stray comma which caused errors upon import --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index 72d68e1..5eab831 100644 --- a/schema.sql +++ b/schema.sql @@ -68,7 +68,7 @@ CREATE TABLE IF NOT EXISTS attachments ( -- only not null if image=true height integer DEFAULT NULL, - width integer DEFAULT NULL, + width integer DEFAULT NULL );