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/mssql/DB.1.3/stepZ/z_final_step.sql,v
retrieving revision 1.2.6.2
retrieving revision 1.2.6.3
diff -C2 -d -r1.2.6.2 -r1.2.6.3
*** z_final_step.sql 18 Dec 2010 14:21:50 -0000 1.2.6.2
--- z_final_step.sql 22 Jan 2011 13:53:26 -0000 1.2.6.3
***************
*** 7,10 ****
--- 7,19 ----
20101119 - franciscom - fixed missing set INDENTITY_* thanks to contributor
*/
+
+ /*
+ 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';
+
+
set IDENTITY_INSERT rights on;
INSERT INTO /*prefix*/rights (id,description) VALUES (24,'platform_management');