From ee7998f81f035be88479d40579d3636db12841fc Mon Sep 17 00:00:00 2001 From: Volkor <me@volkor.me> Date: Mon, 26 Jun 2023 06:55:09 +1000 Subject: [PATCH] fix: remove comma breaking schema.sql --- schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.sql b/schema.sql index f21d2a5..e23ec89 100644 --- a/schema.sql +++ b/schema.sql @@ -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 -- -- GitLab