Dolibarr ERP & CRM » Bugs » bug #1883 Missing column SQL errorLatest modifications
Answer now
Snapshot Details |
Last Modified On: | 2015-03-10 15:16 | | Submitted by: | Marcos García (marcosgdf) |
Submitted on: | 2015-02-26 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: | PostgreSQL |
Status |
Status: | Need more info | | Assigned to: | Maxime Kohlhaas (atm-maxime) |
Resolution: | None | |
Comments- Marcos GarcĂa 2015-03-10 15:15
- I didn't say I migrated from 3.7 :\
- Maxime Kohlhaas 2015-03-10 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; |
|
PGSql