import rt 3.4.4
[freeside.git] / rt / etc / upgrade / 3.1.0 / schema.SQLite
index 87a1cc4..1dd466f 100644 (file)
@@ -13,7 +13,8 @@ CREATE TABLE Attributes (
   LastUpdated DATETIME NULL  
  
 ) ;
-CREATE INDEX Attributes1 on Attributes(Name)
+
+CREATE INDEX Attributes1 on Attributes(Name);
 CREATE INDEX Attributes2 on Attributes(ObjectType, ObjectId);
 
 --- }}}