[Rt-commit] [svn] r1695 - in rt/branches/3.3-TESTING: . etc etc/upgrade/3.1.0

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Wed Oct 27 04:05:28 EDT 2004


Author: jesse
Date: Wed Oct 27 04:05:26 2004
New Revision: 1695

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/etc/schema.Pg
   rt/branches/3.3-TESTING/etc/upgrade/3.1.0/schema.Pg
Log:
 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/3.3-TESTING/etc/schema.Pg
==============================================================================
--- rt/branches/3.3-TESTING/etc/schema.Pg	(original)
+++ rt/branches/3.3-TESTING/etc/schema.Pg	Wed Oct 27 04:05:26 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/3.3-TESTING/etc/upgrade/3.1.0/schema.Pg
==============================================================================
--- rt/branches/3.3-TESTING/etc/upgrade/3.1.0/schema.Pg	(original)
+++ rt/branches/3.3-TESTING/etc/upgrade/3.1.0/schema.Pg	Wed Oct 27 04:05:26 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