mirror of https://gitlab.com/litecord/litecord.git
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:
commit
f35886d970
|
|
@ -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
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue