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

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

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

revision 1.3 by mhepp, Mon Apr 14 20:17:39 2003 UTC revision 1.4 by mhepp, Thu Apr 24 21:09:35 2003 UTC
# Line 25  INSERT INTO entity_type VALUES (9); Line 25  INSERT INTO entity_type VALUES (9);
25  INSERT INTO _entity_type_data ("_start_t","_end_t","name","parent",_table) VALUES (current_timestamp,NULL,'bank_branch',3,9);  INSERT INTO _entity_type_data ("_start_t","_end_t","name","parent",_table) VALUES (current_timestamp,NULL,'bank_branch',3,9);
26  INSERT INTO entity_type VALUES (10);  INSERT INTO entity_type VALUES (10);
27  INSERT INTO _entity_type_data ("_start_t","_end_t","name","parent",_table) VALUES (current_timestamp,NULL,'bank',3,10);  INSERT INTO _entity_type_data ("_start_t","_end_t","name","parent",_table) VALUES (current_timestamp,NULL,'bank',3,10);
28    INSERT INTO entity_type VALUES (14);
29    INSERT INTO _entity_type_data ("_start_t","_end_t","name","parent",_table) VALUES (current_timestamp,NULL,'organization',12,14);
30    INSERT INTO entity_type VALUES (15);
31    INSERT INTO _entity_type_data ("_start_t","_end_t","name","parent",_table) VALUES (current_timestamp,NULL,'own_pos',12,15);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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