/[phpcompta]/phpcompta/html/admin/sql/patch/upgrade5.sql
ViewVC logotype

Diff of /phpcompta/html/admin/sql/patch/upgrade5.sql

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

revision 1.2 by sparkyx, Wed Jul 27 16:36:16 2005 UTC revision 1.3 by stanpinte, Sun Jul 31 10:40:15 2005 UTC
# Line 94  insert into parameter (pr_id) values ('M Line 94  insert into parameter (pr_id) values ('M
94    
95    
96  update  version set val=6;  update  version set val=6;
97    
98    --make sure that p_start < p_end
99    ALTER TABLE parm_periode ADD CHECK (p_end >= p_start);

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

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