You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Alex Boisvert <bo...@intalio.com> on 2006/11/21 02:16:42 UTC

Database schema changed

HEADS-UP!  I've slightly changed the database schema to support the Firebird
open-source database.

You'll want to clean and rebuild both dao-hibernate and bpel-store modules
to effect this change.  If you have external database with existing schemas,
just run the following SQL statements:

ALTER TABLE BPEL_PROCESS ALTER ACTIVE TO ACTIVE_;
ALTER TABLE BPEL_PROCESS_CONF ALTER ACTIVE TO ACTIVE_;

cheers,
alex