Problem with ID Table
"Ludwig Magnusson" <[email protected]> Sat, 14 Feb 2009 16:01:14 +0100
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <001201c98eb5$1639a0b0$42ace210$@com> |
Hi! I am working on a project where I am using the data in the database at the same time as I am developing it. This means that when I need to make changes in the database (add tables, columns etc) I need to do a datadump and then put in all the data again. The problem with this is that my ID table does not update when I do the datadump. The effect is that when I make new entries in the database I get a lot of duplicate key errors. Is there any property that I have not set? Should there be some kind of id-table-data.xml file generated like there is myproject-all-data.xml? ยจ/Ludwig