|
Hi, I'm in the process of migrating from 4.6 to 4.7 with a Postgres 8.4 back end. I wonder if there is a script to update the database structure to the new version, cause I've noticed that for instance the table TWK_TASK doesn't contain column "standalone" anymore, so my import script fails. Thanx |

Can't you just add the standalone column by hand before the import? It won't affect the application.