/[papo]/papo/sql/initialization/01-currency_type.sql
ViewVC logotype

Diff of /papo/sql/initialization/01-currency_type.sql

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

revision 1.2 by mhepp, Wed Apr 9 20:29:37 2003 UTC revision 1.3 by mhepp, Mon Apr 14 20:17:39 2003 UTC
# Line 1  Line 1 
 delete from _currency_type_data;  
 delete from currency_type;  
1  insert into currency_type (id) values (1);  insert into currency_type (id) values (1);
2  insert into _currency_type_data (id,_table,name,rate,format,_start_t) values (1,1,'Pesos','1.00','$ %10.2f',current_timestamp);  insert into _currency_type_data (id,_table,name,rate,format,_start_t) values (1,1,'Pesos','1.00','$ %10.2f',current_timestamp);
3  insert into currency_type (id) values (2);  insert into currency_type (id) values (2);

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