aboutsummaryrefslogtreecommitdiff
path: root/engine/schema/mysql.sql
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-27 11:26:29 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-27 11:26:29 +0000
commit23834f53474d92ab205855fe2d0c9443e1ca4dc6 (patch)
treebd12082ddb122923b68a7b2502dc11fc3bf5b101 /engine/schema/mysql.sql
parentced270bbbdf14be4630940645129a121738e8156 (diff)
downloadelgg-23834f53474d92ab205855fe2d0c9443e1ca4dc6.tar.gz
elgg-23834f53474d92ab205855fe2d0c9443e1ca4dc6.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Fixed DB code git-svn-id: https://code.elgg.org/elgg/trunk@725 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/schema/mysql.sql')
-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,