RT#34237 installer scheduling [removed warns]
[freeside.git] / rt / etc / upgrade / 3.1.0 / schema.Pg
index 67ea738..08a964c 100755 (executable)
@@ -1,4 +1,4 @@
--- {{{ Attributes
+
 
 CREATE SEQUENCE attributes_id_seq;
 
@@ -9,7 +9,7 @@ CREATE TABLE Attributes (
   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  ,
@@ -21,5 +21,5 @@ CREATE TABLE Attributes (
 CREATE INDEX Attributes1 on Attributes(Name);
 CREATE INDEX Attributes2 on Attributes(ObjectType, ObjectId);
 
--- }}}
+