Dropping changes from revision 350 (dd7cbc97f681)
authorDan
Thu, 17 Jan 2008 23:31:35 -0500
changeset 353 2398420f48e7
parent 350 dd7cbc97f681 (diff)
parent 352 9d7225c0db6d (current diff)
child 354 979d99a0b00e
Dropping changes from revision 350 (dd7cbc97f681)
includes/common.php
install/includes/payload.php
install/schemas/mysql_stage2.sql
install/schemas/postgresql_stage2.sql
--- a/install/schemas/postgresql_stage2.sql	Thu Jan 17 23:28:43 2008 -0500
+++ b/install/schemas/postgresql_stage2.sql	Thu Jan 17 23:31:35 2008 -0500
@@ -180,7 +180,7 @@
 CREATE TABLE {{TABLE_PREFIX}}search_index(
   word varchar(64) NOT NULL,
   page_names text,
-  PRIMARY KEY ( word ) 
+  PRIMARY KEY ( word )
 );
 
 CREATE TABLE {{TABLE_PREFIX}}groups(