Merge branch 'master' of gitlab.com:litecord/litecord

This commit is contained in:
Luna 2019-01-26 19:26:15 -03:00
commit 08736c869f
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
); );