Skip to content

Commit

Permalink
New: Add field tms into llx_bank
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 9, 2012
1 parent a7d9f13 commit 84d5b75
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.2.0-3.3.0.sql
Expand Up @@ -20,6 +20,8 @@ ALTER TABLE llx_societe DROP COLUMN fk_secteur;
ALTER TABLE llx_societe DROP COLUMN description;
ALTER TABLE llx_societe DROP COLUMN services;

ALTER TABLE llx_bank ADD COLUMN tms timestamp after datec;

-- Monaco VAT Rates
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 271, 27,'19.6','0','VAT standard rate (France hors DOM-TOM)',1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 272, 27, '8.5','0','VAT standard rate (DOM sauf Guyane et Saint-Martin)',0);
Expand Down
1 change: 1 addition & 0 deletions htdocs/install/mysql/tables/llx_bank.sql
Expand Up @@ -21,6 +21,7 @@ create table llx_bank
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
datec datetime,
tms timestamp,
datev date, -- date de valeur
dateo date, -- date operation
amount double(24,8) NOT NULL default 0,
Expand Down

0 comments on commit 84d5b75

Please sign in to comment.