/[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.1 by jlenton, Tue Feb 4 21:11:53 2003 UTC revision 1.2 by mhepp, Wed Apr 9 20:29:37 2003 UTC
# Line 1  Line 1 
1  delete from _currency_type_data;  delete from _currency_type_data;
2  delete from currency_type;  delete from currency_type;
3  insert into currency_type (id) values (1);  insert into currency_type (id) values (1);
4  insert into _currency_type_data (id,_table,name,_start_t) values (1,1,'Pesos',current_timestamp);  insert into _currency_type_data (id,_table,name,rate,format,_start_t) values (1,1,'Pesos','1.00','$ %10.2f',current_timestamp);
5    insert into currency_type (id) values (2);
6    insert into _currency_type_data (id,_table,name,rate,format,_start_t) values (2,2,'Dolares','2.95','U$D %10.2f',current_timestamp);
7    insert into currency_type (id) values (3);
8    insert into _currency_type_data (id,_table,name,rate,format,_start_t) values (3,3,'Euros','3.25','EUR %10.2f',current_timestamp);

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