1
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!