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

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

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

revision 1.3 by eldy, Fri Mar 4 22:43:16 2005 UTC revision 1.4 by eldy, Tue Aug 23 23:45:34 2005 UTC
# Line 4  Line 4 
4    
5  -- ============================================================================  -- ============================================================================
6  -- Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>  -- Copyright (C) 2005 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 24  Line 25 
25  --  --
26  -- ============================================================================  -- ============================================================================
27    
28  --  
29  --  ALTER TABLE llx_prelevement_facture ADD INDEX idx_prelevement_facture_fk_prelevement_lignes (fk_prelevement_lignes);
30  ALTER TABLE llx_prelevement_facture ADD INDEX (fk_prelevement_lignes);  
31  --  
 --  
32  ALTER TABLE llx_prelevement_facture ADD FOREIGN KEY (fk_prelevement_lignes) REFERENCES llx_prelevement_lignes (rowid);  ALTER TABLE llx_prelevement_facture ADD FOREIGN KEY (fk_prelevement_lignes) REFERENCES llx_prelevement_lignes (rowid);
33    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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