Fix missing migration

This commit is contained in:
Laurent Destailleur 2022-07-10 20:12:35 +02:00
parent 2ce695f939
commit 6b07daf40f
2 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,8 @@ ALTER TABLE llx_c_email_templates ADD COLUMN email_to varchar(255);
ALTER TABLE llx_c_email_templates ADD COLUMN email_tocc varchar(255);
ALTER TABLE llx_c_email_templates ADD COLUMN email_tobcc varchar(255);
ALTER TABLE llx_expedition ADD COLUMN billed smallint DEFAULT 0;
-- v17

View File

@ -17,6 +17,10 @@
-- This table is just an history table to track all receiving done for a
-- particular supplier order. A movement with same information is also done
-- into stock_movement so this table may be useless.
--
-- Detail of each lines of a reception (qty, batch and into wich warehouse is
-- received a purchase order line).
-- This table should be also name llx_receptiondet.
-- ===================================================================
create table llx_commande_fournisseur_dispatch