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

Diff of /papo/sql/initialization/01-price_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 apronotti, Mon Apr 7 20:03:33 2003 UTC
# Line 1  Line 1 
1  delete from _price_type_data;  delete from _price_type_data;
2  delete from price_type;  delete from price_type;
3  insert into price_type (id) values (nextval('price_type_id_seq'));  insert into price_type (id) values (nextval('price_type_id_seq'));
4  insert into _price_type_data (id,_table,name,_start_t,is_active) values (nextval('_price_type_data_id_seq'),currval('price_type_id_seq'),'Lista base',current_timestamp,'S');  insert into _price_type_data (id,_table,name,_start_t) values (nextval('_price_type_data_id_seq'),currval('price_type_id_seq'),'Lista base',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