[Rt-commit] [svn] r1834 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . etc etc/upgrade/3.1.0

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Nov 11 03:32:34 EST 2004


Author: jesse
Date: Thu Nov 11 03:32:34 2004
New Revision: 1834

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.Pg
   rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.1.0/schema.Pg
Log:
 r9096 at tinbook:  jesse | 2004-11-11T03:00:04.296789Z
  r6118 at tinbook:  jesse | 2004-10-27T07:55:31.895658Z
   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/PLATANO-EXPERIMENTAL-CSS/etc/schema.Pg
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.Pg	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/schema.Pg	Thu Nov 11 03:32:34 2004
@@ -603,7 +603,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/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.1.0/schema.Pg
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.1.0/schema.Pg	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/etc/upgrade/3.1.0/schema.Pg	Thu Nov 11 03:32:34 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