fix: remove comma breaking schema.sql

main
Volkor 2023-06-26 06:55:09 +10:00
parent 68e3ed37be
commit ee7998f81f
Signed by: Volkor
SSH Key Fingerprint: SHA256:taX3XcC6grYv7+eTzBsIUNCVFgMzh7gkVgxliSh69ek
1 changed files with 1 additions and 1 deletions

View File

@ -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 --