Index: lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql,v diff -u -r1.2 -r1.3 --- lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql 28 Oct 2010 07:07:58 -0000 1.2 +++ lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql 31 Dec 2010 13:08:59 -0000 1.3 @@ -1,4 +1,4 @@ -- LDEV-1743 Be able to remove/update and change order of threads alter table tl_lafrum11_message add column sequence_id integer; -update tl_lafrum11_message set sequence_id='0' where sequence_id IS NULL; \ No newline at end of file +update tl_lafrum11_message set sequence_id=uid where sequence_id IS NULL; \ No newline at end of file