[otrs-cvs] otrs/scripts DBUpdate-to-2.2.mysql.sql,1.7,1.8
cvs-log at otrs.org
cvs-log at otrs.org
Mon Apr 2 13:50:20 GMT 2007
- Previous message: [otrs-cvs] otrs/scripts/database otrs-schema-post.db2.sql, 1.8,
1.9 otrs-schema-post.maxdb.sql, 1.9,
1.10 otrs-schema-post.mssql.sql, 1.5,
1.6 otrs-schema-post.mysql.sql, 1.12,
1.13 otrs-schema-post.oracle.sql, 1.12,
1.13 otrs-schema-post.postgresql.sql, 1.11,
1.12 otrs-schema.db2.sql, 1.13, 1.14 otrs-schema.maxdb.sql,
1.14, 1.15 otrs-schema.mssql.sql, 1.9,
1.10 otrs-schema.mysql.sql, 1.55, 1.56 otrs-schema.oracle.sql,
1.20, 1.21 otrs-schema.postgresql.sql, 1.54,
1.55 otrs-schema.xml, 1.62, 1.63
- Next message: [otrs-cvs] otrs/Kernel/Output/HTML/Standard AdminSLA.dtl,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Comments:
Update of /home/cvs/otrs/scripts
In directory lancelot:/tmp/cvs-serv3803
Modified Files:
DBUpdate-to-2.2.mysql.sql
Log Message:
Improved indexes of xml_storage table
Author: mh
Index: DBUpdate-to-2.2.mysql.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/DBUpdate-to-2.2.mysql.sql,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** DBUpdate-to-2.2.mysql.sql 16 Mar 2007 10:02:13 -0000 1.7
--- DBUpdate-to-2.2.mysql.sql 2 Apr 2007 13:50:15 -0000 1.8
***************
*** 114,115 ****
--- 114,124 ----
ALTER TABLE sla ADD FOREIGN KEY (change_by) REFERENCES `system_user(id)`;
ALTER TABLE sla ADD FOREIGN KEY (service_id) REFERENCES `service(id)`;
+
+ --
+ -- xml_storage
+ --
+
+ ALTER TABLE xml_storage DROP INDEX `xml_type`;
+ ALTER TABLE xml_storage DROP INDEX `xml_key`;
+ ALTER TABLE xml_storage ADD INDEX (`xml_type`, `xml_key`);
+
- Previous message: [otrs-cvs] otrs/scripts/database otrs-schema-post.db2.sql, 1.8,
1.9 otrs-schema-post.maxdb.sql, 1.9,
1.10 otrs-schema-post.mssql.sql, 1.5,
1.6 otrs-schema-post.mysql.sql, 1.12,
1.13 otrs-schema-post.oracle.sql, 1.12,
1.13 otrs-schema-post.postgresql.sql, 1.11,
1.12 otrs-schema.db2.sql, 1.13, 1.14 otrs-schema.maxdb.sql,
1.14, 1.15 otrs-schema.mssql.sql, 1.9,
1.10 otrs-schema.mysql.sql, 1.55, 1.56 otrs-schema.oracle.sql,
1.20, 1.21 otrs-schema.postgresql.sql, 1.54,
1.55 otrs-schema.xml, 1.62, 1.63
- Next message: [otrs-cvs] otrs/Kernel/Output/HTML/Standard AdminSLA.dtl,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list