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 );