From b90a45ed7a6e220a72360987030b64cf26429138 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 16 Jun 2020 22:41:50 +0200 Subject: [PATCH] Complete #14078 --- htdocs/install/mysql/migration/12.0.0-13.0.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/install/mysql/migration/12.0.0-13.0.0.sql b/htdocs/install/mysql/migration/12.0.0-13.0.0.sql index db7cddbd018..fc9e22d6c60 100644 --- a/htdocs/install/mysql/migration/12.0.0-13.0.0.sql +++ b/htdocs/install/mysql/migration/12.0.0-13.0.0.sql @@ -52,3 +52,5 @@ INSERT INTO llx_const (name, entity, value, type, visible) VALUES ('PRODUCT_PRIC ALTER TABLE llx_subscription MODIFY COLUMN datef DATETIME; +ALTER TABLE llx_loan_schedule ADD column fk_payment_loan INTEGER; +