Dolibarr ERP & CRM » Bugs » bug #1883 Missing column SQL errorDernières modifications
Répondre
État Détails |
Submitted by: | Marcos García (marcosgdf) | | Submitted on: | 26/02/2015 14:57 |
Last Modified On: | 10/03/2015 15:16 | |
Summary: | Missing column SQL error |
Description: | ERROR: 42703: column pfp.delivery_time_days does not exist
LINE 1: ...remise_percent, pfp.fk_supplier_price_expression, pfp.delive...
^
LOCATION: errorMissingColumn, parse_relation.c:2639 |
Step to reproduce bug: | |
Detected in version: | develop | | Category: | Other |
Severity: | 9 - Blocking - Critical | | OS Type/Version: | |
PHP version: | | | Database type and version: | PostgreSQL |
Etat |
Status: | Need more info | | Assigned to: | Maxime Kohlhaas (atm-maxime) |
Resolution: | Aucun | |
Commentaires- Maxime Kohlhaas 10/03/2015 15:42
- Oups...
Corrected in PR https://github.com/Dolibarr/dolibarr/pull/2379
Just tested with a fresh install, and it seems ok. - Marcos García 10/03/2015 15:15
- I didn't say I migrated from 3.7 :\
- Maxime Kohlhaas 10/03/2015 15:08
- Hi Marcos,
Have you run the migration script ? It works fine for me and I found that the migration script contains :
ALTER TABLE llx_product_fournisseur_price ADD COLUMN delivery_time_days integer; |
|
Corrected in PR https://github.com/Dolibarr/dolibarr/pull/2379
Just tested with a fresh install, and it seems ok.