[Rt-commit] [svn] r1652 - in rt/branches/3.2-RELEASE: . etc etc/upgrade/3.1.0

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Oct 14 17:49:41 EDT 2004


Author: jesse
Date: Thu Oct 14 17:49:40 2004
New Revision: 1652

Modified:
   rt/branches/3.2-RELEASE/   (props changed)
   rt/branches/3.2-RELEASE/etc/schema.Pg
   rt/branches/3.2-RELEASE/etc/upgrade/3.1.0/schema.Pg
Log:
 r6007 at tinbook:  jesse | 2004-10-14T21:47:50.297291Z
 RT-Ticket: 6197
 RT-Status: resolved
 
 Removed a comment from the PostgreSQL schema files, as some versions of postgres fail to parse it well.
 


Modified: rt/branches/3.2-RELEASE/etc/schema.Pg
==============================================================================
--- rt/branches/3.2-RELEASE/etc/schema.Pg	(original)
+++ rt/branches/3.2-RELEASE/etc/schema.Pg	Thu Oct 14 17:49:40 2004
@@ -573,7 +573,7 @@
   Content text,
   ContentType varchar(16),
   ObjectType varchar(64),
-  ObjectId integer, # foreign key to anything
+  ObjectId integer, 
   Creator integer NOT NULL DEFAULT 0  ,
   Created TIMESTAMP NULL  ,
   LastUpdatedBy integer NOT NULL DEFAULT 0  ,

Modified: rt/branches/3.2-RELEASE/etc/upgrade/3.1.0/schema.Pg
==============================================================================
--- rt/branches/3.2-RELEASE/etc/upgrade/3.1.0/schema.Pg	(original)
+++ rt/branches/3.2-RELEASE/etc/upgrade/3.1.0/schema.Pg	Thu Oct 14 17:49:40 2004
@@ -9,7 +9,7 @@
   Content text,
   ContentType varchar(16),
   ObjectType varchar(64),
-  ObjectId integer, -- foreign key to anything
+  ObjectId integer, 
   Creator integer NOT NULL DEFAULT 0  ,
   Created TIMESTAMP NULL  ,
   LastUpdatedBy integer NOT NULL DEFAULT 0  ,


More information about the Rt-commit mailing list