From 29e888e4af2de7e317ce34040761362ad14286be Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 6 Nov 2009 22:46:06 +0000 Subject: removed space which would break the schema parsing routine for the next poor sucker who tried to add a table - not the most robust code git-svn-id: http://code.elgg.org/elgg/trunk@3629 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/schema/mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/schema/mysql.sql') diff --git a/engine/schema/mysql.sql b/engine/schema/mysql.sql index 8a21c1733..ce6e7b7a1 100644 --- a/engine/schema/mysql.sql +++ b/engine/schema/mysql.sql @@ -365,4 +365,4 @@ CREATE TABLE `prefix_system_log` ( KEY `subject_guid` (`subject_guid`), KEY `object_guid` (`object_guid`), KEY `posted` (`posted`) -) ENGINE = MYISAM DEFAULT CHARSET=utf8; +) ENGINE = MYISAM DEFAULT CHARSET=utf8; -- cgit v1.2.3