You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
381 B

INSERT INTO tiki_comments (object, objectType, parentId, userName, commentDate, title, data, hits, type, points, votes, average)
SELECT
itemId,
'trackeritem',
0,
user,
posted,
title,
data,
0,
'n',
0,
0,
0
FROM tiki_tracker_item_comments;
DROP TABLE tiki_tracker_item_comments;