New: Add ref_ext on actions

This commit is contained in:
Laurent Destailleur 2011-11-10 04:07:38 +01:00
parent b8e73966f2
commit 8c42f48ad7
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,8 @@
UPDATE llx_c_paper_format SET active=1 WHERE active=0;
ALTER TABLE llx_actioncomm ADD COLUMN ref_ext varchar(128) after id;
ALTER TABLE llx_product_fournisseur_price ADD COLUMN fk_availability integer AFTER fk_product_fournisseur;
ALTER TABLE llx_element_element MODIFY COLUMN sourcetype varchar(32) NOT NULL;

View File

@ -23,6 +23,7 @@
create table llx_actioncomm
(
id integer AUTO_INCREMENT PRIMARY KEY,
ref_ext varchar(128),
entity integer DEFAULT 1 NOT NULL, -- multi company id
datep datetime, -- date debut planifiee
datep2 datetime, -- deprecated