|
|
|
|
The following issue has been resolved as FIXED.
|
|
The directories definition in Nuxeo 5 always use this syntax :
DROP TABLE continent IF EXISTS;
This syntax doesn't work in PostGres and should be written like this :
DROP TABLE IF EXISTS continent ;
It also work in HSQL and MySQL. It should be better to use the las t syntax since the migration towards Postgres needs to override those files.
|
|
|
|
|
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets