diff options
author | Mario <mario@mariovavti.com> | 2023-08-14 07:38:36 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-08-14 07:38:36 +0000 |
commit | b40c38f58c6ff780b518e07a836dd683c971b5b3 (patch) | |
tree | f374492f8c162b5023bfe6730d27e2ef49e3eb05 /install | |
parent | 87c41cb9ac3c1bd147e8cc2eae66d01f0eaa9c05 (diff) | |
download | volse-hubzilla-b40c38f58c6ff780b518e07a836dd683c971b5b3.tar.gz volse-hubzilla-b40c38f58c6ff780b518e07a836dd683c971b5b3.tar.bz2 volse-hubzilla-b40c38f58c6ff780b518e07a836dd683c971b5b3.zip |
missing semicolon
Diffstat (limited to 'install')
-rw-r--r-- | install/schema_mysql.sql | 2 |
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; |