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

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

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

revision 1.2 by mhepp, Fri May 30 18:40:36 2003 UTC revision 1.3 by jlenton, Fri Jun 6 22:18:50 2003 UTC
# Line 1  Line 1 
1  INSERT INTO relation_type VALUES (1);  INSERT INTO relation_type VALUES (1);
2  INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'branch_of',1);  INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'branch_of_organization',1);
3  INSERT INTO relation_type VALUES (2);  INSERT INTO relation_type VALUES (2);
4  INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'pos_of_branch',2);  INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'pos_of_branch',2);
5  INSERT INTO relation_type VALUES (3);  INSERT INTO relation_type VALUES (3);
6  INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'storehowse_of',3);  INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'storehouse_of_branch',3);
7  INSERT INTO relation_type VALUES (4);  INSERT INTO relation_type VALUES (4);
8  INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'pos_of_storehouse',4);  INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'pos_of_storehouse',4);
   
   

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