adapte pour dolibarr head
This commit is contained in:
parent
35c1fde143
commit
23a7db98d4
@ -1,4 +1,6 @@
|
|||||||
-- ===================================================================
|
-- ===================================================================
|
||||||
|
-- Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
||||||
|
--
|
||||||
-- $Id$
|
-- $Id$
|
||||||
-- $Source$
|
-- $Source$
|
||||||
--
|
--
|
||||||
@ -23,3 +25,5 @@ create table llx_bank_class
|
|||||||
lineid SERIAL,
|
lineid SERIAL,
|
||||||
fk_categ integer not null
|
fk_categ integer not null
|
||||||
);
|
);
|
||||||
|
|
||||||
|
create index llx_bank_class_lineid on llx_bank_class(lineid);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user