Fix missing migration
This commit is contained in:
parent
2ce695f939
commit
6b07daf40f
@ -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_tocc varchar(255);
|
||||||
ALTER TABLE llx_c_email_templates ADD COLUMN email_tobcc 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
|
-- v17
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,10 @@
|
|||||||
-- This table is just an history table to track all receiving done for a
|
-- 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
|
-- particular supplier order. A movement with same information is also done
|
||||||
-- into stock_movement so this table may be useless.
|
-- 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
|
create table llx_commande_fournisseur_dispatch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user