The shipping quotes module uses a field called "oid". Unfortunately this is a reserved name in PostgreSQL, so installation fails.
The attached patch renames the field to u_oid; I'm not sure what your naming conventions are, but it should be easy to search and replace it with something more appropriate if required.
| Comment | File | Size | Author |
|---|---|---|---|
| ubercart.pg_oid.patch | 2.56 KB | elyobo |
Comments
Comment #1
Anonymous (not verified) commentedMore info on Postgres Object Identifiers (OID): http://www.postgresql.org/docs/8.3/static/datatype-oid.html
Comment #2
rszrama commentedLooks like this was changed to order_id in the update to D6, which makes more semantic sense anyways. : )