Skip to content

Commit

Permalink
Ref: sql file not up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 5, 2013
1 parent d8a8645 commit 71716dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/install/mysql/tables/llx_facture_fourn.sql
Expand Up @@ -22,8 +22,8 @@
create table llx_facture_fourn
(
rowid integer AUTO_INCREMENT PRIMARY KEY,

facnumber varchar(50) NOT NULL,
ref varchar(30),
ref_supplier varchar(50) NOT NULL,
entity integer DEFAULT 1 NOT NULL, -- multi company id

ref_ext varchar(30), -- reference into an external system (not used by dolibarr)
Expand Down

0 comments on commit 71716dc

Please sign in to comment.