/[papo]/papo/sql/papo.sql
ViewVC logotype

Diff of /papo/sql/papo.sql

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

revision 1.12 by apronotti, Tue Feb 18 20:49:30 2003 UTC revision 1.13 by apronotti, Wed Feb 26 17:43:20 2003 UTC
# Line 1801  delete from _movement_type_data; Line 1801  delete from _movement_type_data;
1801  delete from movement_type;  delete from movement_type;
1802  insert into movement_type (id) values (1);  insert into movement_type (id) values (1);
1803  insert into _movement_type_data (id,_table,name,_start_t) values (1,1,'Cuenta Corriente',current_timestamp);  insert into _movement_type_data (id,_table,name,_start_t) values (1,1,'Cuenta Corriente',current_timestamp);
1804    delete from _price_type_data;
1805  delete from price_type;  delete from price_type;
1806  insert into price_type (id) values (nextval('price_type_id_seq'));  insert into price_type (id) values (nextval('price_type_id_seq'));
1807  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 (_table,name,_start_t,is_active) values (currval('price_type_id_seq'),'Lista base',current_timestamp,'S');
1808  delete from _product_code_type_data;  delete from _product_code_type_data;
1809  delete from product_code_type;  delete from product_code_type;
1810  insert into product_code_type (id) values (1);  insert into product_code_type (id) values (1);
# Line 1845  insert into _own_entity_data (id,_start_ Line 1846  insert into _own_entity_data (id,_start_
1846  insert into own_branch (id) values (nextval('own_branch_id_seq'));  insert into own_branch (id) values (nextval('own_branch_id_seq'));
1847  insert into _own_branch_data (_table,_start_t,own_entity) values (currval('own_branch_id_seq'),current_timestamp,currval('own_entity_id_seq'));  insert into _own_branch_data (_table,_start_t,own_entity) values (currval('own_branch_id_seq'),current_timestamp,currval('own_entity_id_seq'));
1848  insert into persona_tax_profile (id) values (nextval('persona_tax_profile_id_seq'));  insert into persona_tax_profile (id) values (nextval('persona_tax_profile_id_seq'));
1849  insert into _persona_tax_profile_data (_table,_start_t,persona,tax_profile) values (currval('persona_tax_profile_id_seq'),current_timestamp,currval('entity_id_seq'),1);delete from _price_type_data;  insert into _persona_tax_profile_data (_table,_start_t,persona,tax_profile) values (currval('persona_tax_profile_id_seq'),current_timestamp,currval('entity_id_seq'),1);
1850    
1851  delete from _branch_document_data;  delete from _branch_document_data;
1852  delete from branch_document;  delete from branch_document;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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