Merge branch 'patch-1' into 'master'

Remove a stray comma which caused errors upon import

See merge request litecord/litecord!15
This commit is contained in:
Luna 2019-01-26 17:45:56 +00:00
commit f35886d970
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
height integer DEFAULT NULL,
width integer DEFAULT NULL,
width integer DEFAULT NULL
);