Skip to content

Commit

Permalink
New: Add ref_ext on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 10, 2011
1 parent b8e7396 commit 8c42f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/install/mysql/migration/3.1.0-3.2.0.sql
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions htdocs/install/mysql/tables/llx_actioncomm.sql
Expand Up @@ -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
Expand Down

0 comments on commit 8c42f48

Please sign in to comment.