/[dolibarr]/dolibarr/pgsql/tables/llx_propal.key.sql
ViewVC logotype

Diff of /dolibarr/pgsql/tables/llx_propal.key.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by eldy, Thu Mar 17 00:08:46 2005 UTC revision 1.8 by eldy, Tue Aug 23 23:45:34 2005 UTC
# Line 4  Line 4 
4    
5  -- ============================================================================  -- ============================================================================
6  -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>  -- Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
7  -- Copyright (C) 2004      Laurent Destailleur  <eldy@users.sourceforge.net>  -- Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
8  --  --
9  -- This program is free software; you can redistribute it and/or modify  -- This program is free software; you can redistribute it and/or modify
10  -- it under the terms of the GNU General Public License as published by  -- it under the terms of the GNU General Public License as published by
# Line 27  Line 27 
27    
28    
29  ALTER TABLE llx_propal ADD INDEX idx_propal_fk_soc (fk_soc);  ALTER TABLE llx_propal ADD INDEX idx_propal_fk_soc (fk_soc);
30    
31    
32  ALTER TABLE llx_propal ADD FOREIGN KEY (fk_soc) REFERENCES llx_societe (idp);  ALTER TABLE llx_propal ADD FOREIGN KEY (fk_soc) REFERENCES llx_societe (idp);
33    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26