aboutsummaryrefslogtreecommitdiff
path: root/engine/schema/mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'engine/schema/mysql.sql')
-rw-r--r--engine/schema/mysql.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql
index 859ba2612..33f5e4054 100644
--- a/engine/schema/mysql.sql
+++ b/engine/schema/mysql.sql
@@ -243,8 +243,6 @@ CREATE TABLE `prefix_system_log (
`event` varchar(128) NOT NULL,
- `access_id` int(11) NOT NULL,
-
`time_created` int(11) NOT NULL,
PRIMARY KEY (`id`)