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

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

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

revision 1.6 by eldy, Fri Mar 4 22:43:16 2005 UTC revision 1.7 by eldy, Tue Aug 23 23:45:34 2005 UTC
# Line 4  Line 4 
4    
5  -- ============================================================================  -- ============================================================================
6  -- Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>  -- Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
7    -- Copyright (C) 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 28  Line 29 
29  -- ============================================================================  -- ============================================================================
30    
31    
32    ALTER TABLE llx_societe_remise_except ADD INDEX idx_societe_remise_except_fk_user (fk_user);
33    ALTER TABLE llx_societe_remise_except ADD INDEX idx_societe_remise_except_fk_soc (fk_soc);
34    ALTER TABLE llx_societe_remise_except ADD INDEX idx_societe_remise_except_fk_facture (fk_facture);
35    
 ALTER TABLE llx_societe_remise_except ADD INDEX (fk_user);  
 ALTER TABLE llx_societe_remise_except ADD INDEX (fk_soc);  
 ALTER TABLE llx_societe_remise_except ADD INDEX (fk_facture);  
36    
37  ALTER TABLE llx_societe_remise_except ADD FOREIGN KEY (fk_user)    REFERENCES llx_user (rowid);  ALTER TABLE llx_societe_remise_except ADD FOREIGN KEY (fk_user)    REFERENCES llx_user (rowid);
38  ALTER TABLE llx_societe_remise_except ADD FOREIGN KEY (fk_soc)     REFERENCES llx_societe (idp);  ALTER TABLE llx_societe_remise_except ADD FOREIGN KEY (fk_soc)     REFERENCES llx_societe (idp);

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

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