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

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

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

revision 1.1 by mhepp, Thu Apr 3 19:49:40 2003 UTC revision 1.2 by mhepp, Mon Apr 14 20:17:39 2003 UTC
# Line 1  Line 1 
 delete from _address_type_data;  
 delete from address_type;  
   
1  insert into address_type (id) values (1);  insert into address_type (id) values (1);
2  insert into _address_type_data (id,_table,name,_start_t) values (1,1,'Dirección',current_timestamp);  insert into _address_type_data (id,_table,name,_start_t) values (1,1,'Dirección',current_timestamp);
3  insert into address_type (id) values (2);  insert into address_type (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