/[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.1 by mhepp, Thu Apr 24 21:09:35 2003 UTC revision 1.2 by mhepp, Fri May 30 18:40:36 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',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',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);
6    INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'storehowse_of',3);
7    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);
9    
10    

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