/[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.2 by mhepp, Thu Apr 3 19:37:31 2003 UTC revision 1.3 by mhepp, Mon Apr 14 20:17:39 2003 UTC
# Line 1  Line 1 
1  DELETE FROM _entity_type_data;  
 DELETE FROM entity_type;  
2  INSERT INTO entity_type VALUES (11);  INSERT INTO entity_type VALUES (11);
3  INSERT INTO _entity_type_data ("_start_t","_end_t","name","parent",_table) VALUES (current_timestamp,NULL,'entity',NULL,11);  INSERT INTO _entity_type_data ("_start_t","_end_t","name","parent",_table) VALUES (current_timestamp,NULL,'entity',NULL,11);
4  INSERT INTO entity_type VALUES (12);  INSERT INTO entity_type VALUES (12);

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