2
0
forked from Wavyzz/dolibarr

Merge pull request #20714 from matll42/fix/postgresql_upgrade_15_0_1_packaging_real

FIX #20476 migration postgresql 14.0.x to 15.0.x packaging type
This commit is contained in:
Laurent Destailleur
2022-04-29 16:52:30 +02:00
committed by GitHub

View File

@@ -36,7 +36,8 @@
-- VPGSQL8.2 ALTER TABLE llx_partnership ALTER COLUMN date_partnership_end DROP NOT NULL;
ALTER TABLE llx_product_fournisseur_price ADD COLUMN packaging real DEFAULT NULL;
ALTER TABLE llx_product_fournisseur_price MODIFY COLUMN packaging real DEFAULT NULL;
-- VMYSQL4.3 ALTER TABLE llx_product_fournisseur_price MODIFY COLUMN packaging real DEFAULT NULL;
-- VPGSQL8.2 ALTER TABLE llx_product_fournisseur_price MODIFY COLUMN packaging real DEFAULT NULL USING packaging::real;
ALTER TABLE llx_accounting_bookkeeping ADD COLUMN date_export datetime DEFAULT NULL;