mirror of https://gitlab.com/litecord/litecord.git
Remove a stray comma which caused errors upon import
This commit is contained in:
parent
307a22e135
commit
b92ea295dc
|
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue