Index: lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql =================================================================== diff -u -rf32dee1841975d81ec05318f0b46a324a860603d -r00db1ab75dc0a354a430762538201ba6d2b5ddca --- lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql (.../patch20100303_updateTo24.sql) (revision f32dee1841975d81ec05318f0b46a324a860603d) +++ lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql (.../patch20100303_updateTo24.sql) (revision 00db1ab75dc0a354a430762538201ba6d2b5ddca) @@ -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