Modified Files:
Tag: testlink_1_9
z_final_step.sql
Log Message:
moved sentence to update log_message to last step
Index: z_final_step.sql
===================================================================
RCS file: /cvsroot/testlink/testlink/install/sql/alter_tables/1.9/mysql/DB.1.3/stepZ/z_final_step.sql,v
retrieving revision 1.5.6.1
retrieving revision 1.5.6.2
diff -C2 -d -r1.5.6.1 -r1.5.6.2
*** z_final_step.sql 21 Jan 2011 19:12:44 -0000 1.5.6.1
--- z_final_step.sql 22 Jan 2011 13:53:26 -0000 1.5.6.2
***************
*** 13,16 ****
--- 13,23 ----
*/
+ /*
+ Important Notice:
+ We are updating a column that we have ADDED as part of upgrade.
+ At least for MySQL when this was done inside db_schema_update.sql update was not done.
+ */
+ UPDATE /*prefix*/req_versions SET log_message='Requirement version migrated from Testlink 1.8.x' WHERE id > 0;
+
/* system data update */
INSERT INTO /*prefix*/rights (id,description) VALUES (24 ,'platform_management');