diff options
Diffstat (limited to 'rt/etc/upgrade/3.1.0/schema.SQLite')
-rw-r--r-- | rt/etc/upgrade/3.1.0/schema.SQLite | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/etc/upgrade/3.1.0/schema.SQLite b/rt/etc/upgrade/3.1.0/schema.SQLite index 1dd466fa7..87a1cc47f 100644 --- a/rt/etc/upgrade/3.1.0/schema.SQLite +++ b/rt/etc/upgrade/3.1.0/schema.SQLite @@ -13,8 +13,7 @@ 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); --- }}} |