aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-08-14 07:38:36 +0000
committerMario <mario@mariovavti.com>2023-08-14 07:38:36 +0000
commitb40c38f58c6ff780b518e07a836dd683c971b5b3 (patch)
treef374492f8c162b5023bfe6730d27e2ef49e3eb05 /install/schema_mysql.sql
parent87c41cb9ac3c1bd147e8cc2eae66d01f0eaa9c05 (diff)
downloadvolse-hubzilla-b40c38f58c6ff780b518e07a836dd683c971b5b3.tar.gz
volse-hubzilla-b40c38f58c6ff780b518e07a836dd683c971b5b3.tar.bz2
volse-hubzilla-b40c38f58c6ff780b518e07a836dd683c971b5b3.zip
missing semicolon
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r--install/schema_mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index 0f407960d..71a5c8f92 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -1629,4 +1629,4 @@ CREATE TABLE IF NOT EXISTS workerq (
KEY workerq_reservationid (workerq_reservationid),
KEY workerq_processtimeout (workerq_uuid),
KEY workerq_uuid (workerq_processtimeout)
-) ENGINE = InnoDB DEFAULT CHARSET=utf8mb4
+) ENGINE = InnoDB DEFAULT CHARSET=utf8mb4;