Remove a stray comma which caused errors upon import

This commit is contained in:
George Tsatsis 2019-01-26 14:00:24 +00:00
parent 307a22e135
commit b92ea295dc
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ CREATE TABLE IF NOT EXISTS attachments (
-- only not null if image=true -- only not null if image=true
height integer DEFAULT NULL, height integer DEFAULT NULL,
width integer DEFAULT NULL, width integer DEFAULT NULL
); );