Hi,

does somebody has an idea why hibernate create alter statements before drop/create
statements in the output of SchemaExport? Of course this all will fail...


Oliver

looks like:

alter table dbmsrequestpassword drop constraint FK22419F066C19A3A2;
alter table sportletdataattributes drop constraint FK5F6312681ADCA;
alter table groupentryimpl drop constraint FK3CB9C9F38558F098;
alter table groupentryimpl drop constraint FK3CB9C9F3A13ACA92;
alter table sportletuserattributes drop constraint FK941B19491ADCA;
alter table grouprequestimpl drop constraint FK58C0C9504B005933;
alter table grouprequestimpl drop constraint FK58C0C9508558F098;
alter table grouprequestimpl drop constraint FK58C0C950A13ACA92;
alter table dbmsuserpassword drop constraint FKEA2DC80AA13ACA92;
drop table accountrequestimpl;
drop table dbmsrequestpassword;
....



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to