/[papo]/papo/sql/initialization/02-tax_profile.sql
ViewVC logotype

Diff of /papo/sql/initialization/02-tax_profile.sql

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

revision 1.1 by jlenton, Tue Feb 4 21:11:53 2003 UTC revision 1.2 by mhepp, Mon Apr 14 20:17:39 2003 UTC
# Line 1  Line 1 
1  delete from _tax_profile_data;  
 delete from tax_profile;  
2  insert into tax_profile (id) values (1);  insert into tax_profile (id) values (1);
3  insert into _tax_profile_data (id,_table,profile,tax,_start_t) values (1,1,'Responsable Inscripto',1,current_timestamp);  insert into _tax_profile_data (id,_table,profile,tax,_start_t) values (1,1,'Responsable Inscripto',1,current_timestamp);
4  insert into tax_profile (id) values (2);  insert into tax_profile (id) values (2);

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

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