aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
diff options
context:
space:
mode:
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;