[Rt-commit] [svn] r1307 - rt/branches/3.2-RELEASE/etc/upgrade/3.1.0

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Wed Aug 4 10:33:56 EDT 2004


Author: alexmv
Date: Wed Aug  4 10:33:55 2004
New Revision: 1307

Modified:
   rt/branches/3.2-RELEASE/etc/upgrade/3.1.0/schema.Pg
Log:
RT-Ticket: 5916
RT-Status: resolved
 * Postgres doesn't use '#' as a comment character


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	Wed Aug  4 10:33:55 2004
@@ -9,7 +9,7 @@
   Content text,
   ContentType varchar(16),
   ObjectType varchar(64),
-  ObjectId integer, # foreign key to anything
+  ObjectId integer, -- foreign key to anything
   Creator integer NOT NULL DEFAULT 0  ,
   Created TIMESTAMP NULL  ,
   LastUpdatedBy integer NOT NULL DEFAULT 0  ,


More information about the Rt-commit mailing list