aboutsummaryrefslogtreecommitdiff
path: root/engine/schema
diff options
context:
space:
mode:
Diffstat (limited to 'engine/schema')
-rw-r--r--engine/schema/mysql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql
index 33f5e4054..b4cb6ebf2 100644
--- a/engine/schema/mysql.sql
+++ b/engine/schema/mysql.sql
@@ -235,7 +235,7 @@ CREATE TABLE `prefix_datalists` (
);
-- System log
-CREATE TABLE `prefix_system_log (
+CREATE TABLE `prefix_system_log` (
`id` int(11) NOT NULL auto_increment,
`object_id` int(11) NOT NULL,