|
|
|
|
The following issue has been updated. |
|
Updater: Olivier Grisel
Date: 04/03/07 22:18
|
|
| Field |
Original Value |
New Value |
|
Change By
Olivier Grisel
on 04/03/07 22:18
|
|
Affects Version/s
|
|
5.1 M1
|
|
Fix Version/s
|
|
5.1 M2
|
|
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