Index: lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql =================================================================== diff -u -r2dbea686e81e6a5843328d8c0bd814b63e64d36f -rf32dee1841975d81ec05318f0b46a324a860603d --- lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql (.../patch20100303_updateTo24.sql) (revision 2dbea686e81e6a5843328d8c0bd814b63e64d36f) +++ lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/dbupdates/patch20100303_updateTo24.sql (.../patch20100303_updateTo24.sql) (revision f32dee1841975d81ec05318f0b46a324a860603d) @@ -1,3 +1,4 @@ -- LDEV-1743 Be able to remove/update and change order of threads -alter table tl_lafrum11_message add column sequence_id integer; \ No newline at end of file +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