| Re: Managing table structure changes with module versions |
| by gstarrett on 2003/10/29 6:22:14 OK, will do. Thanks for the quick reply. |
| Re: Managing table structure changes with module versions |
| by onokazu on 2003/10/29 6:09:40 You would need to prepare one outside the XOOPS module admin system. XOOPS does not handle this part yet. |
| Managing table structure changes with module versions |
| by gstarrett on 2003/10/29 5:46:02 How would I manage table revisions as I update my module? That is, I have version 1 of my module that created a table with columns c1, c2, c3. My module version 1.1 requires an extra column c4. Is there a mechanism in XOOPS to create that additional field, or will I have to do an alter table outside the standard system module update process? Thanks! |