Topic: Migration

I have moved my forum from my old hosting to a new one, now im having some problems including the sql-data to the new database. First I couldnt import the whole sql file, so i installed punbb with its stadard sql layout and just included all the data, table by table. Everything went fine until i was about to import the topics section. I get this error message:

Error

SQL-query : 

INSERT INTO  `pun_topics` 
VALUES ( 7,  'Cobman',  'Whos online', 1159810675, 1159858423, 22,  'AdamX', 20, 5, 0, 0, NULL , 9,  '',  '',  '' )

MySQL said: 

#1136 - Column count doesn't match value count at row 1

Does anyone got a clue how to solve this problem?!

Re: Migration

Probably a mod that had added an extra column to that table wink