Author: jeff.yuchang
Date: 2010-02-25 05:06:58 -0500 (Thu, 25 Feb 2010)
New Revision: 513
Modified:
trunk/distribution/src/main/release/db/sql/postgres.drop.sql
Log:
* update the drop order of tables.
Modified: trunk/distribution/src/main/release/db/sql/postgres.drop.sql
===================================================================
--- trunk/distribution/src/main/release/db/sql/postgres.drop.sql 2010-02-25 09:31:53 UTC
(rev 512)
+++ trunk/distribution/src/main/release/db/sql/postgres.drop.sql 2010-02-25 10:06:58 UTC
(rev 513)
@@ -9,7 +9,6 @@
drop table BPEL_FAULT;
drop table BPEL_INSTANCE;
drop table BPEL_MESSAGE;
-drop table BPEL_MESSAGE_EXCHANGE;
drop table BPEL_MEX_PROPS;
drop table BPEL_PLINK_VAL;
drop table BPEL_PROCESS;
@@ -23,6 +22,7 @@
drop table STORE_PROCESS;
drop table STORE_PROCESS_PROP;
drop table STORE_VERSIONS;
+drop table BPEL_MESSAGE_EXCHANGE;
drop sequence hibernate_sequence;
Show replies by date