This commit is contained in:
Laurent Destailleur 2020-06-16 22:41:50 +02:00
parent e8b44ef89e
commit b90a45ed7a

View File

@ -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;