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: | 26/02/2015 14:57 | |
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: | |
Etat |
Status: | Need more info | | Assigned to: | Maxime Kohlhaas (atm-maxime) |
Resolution: | Aucun | |
Commentaires- 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; |
|
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;
Open→ Need more infoAucun→ Maxime Kohlhaas (atm-maxime)