fix: remove comma breaking schema.sql
parent
68e3ed37be
commit
ee7998f81f
|
@ -36,7 +36,7 @@ CREATE TABLE IF NOT EXISTS 'apikeys' (
|
|||
upload_permanent INTEGER NOT NULL,
|
||||
default_name INTEGER NOT NULL,
|
||||
bypass_mimetypes INTEGER NOT NULL,
|
||||
comment TEXT,
|
||||
comment TEXT
|
||||
);
|
||||
|
||||
-- Dummy file to stop compile error, temporary fix --
|
||||
|
|
Loading…
Reference in New Issue