/[papo]/papo/sql/initialization/02-entity_type_uid_conf.sql
ViewVC logotype

Diff of /papo/sql/initialization/02-entity_type_uid_conf.sql

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

revision 1.1 by jlenton, Tue Feb 4 21:11:53 2003 UTC revision 1.2 by apronotti, Mon Feb 10 16:55:12 2003 UTC
# Line 1  Line 1 
1  DELETE FROM entity_type_uid_conf;  DELETE FROM entity_type_uid_conf;
2  INSERT INTO entity_type_uid_conf ("id","entity_type","entity_uid_type") VALUES (nextval('entity_type_uid_conf_id_seq'),7,1);  INSERT INTO entity_type_uid_conf ("entity_type","entity_uid_type") VALUES (7,1);
3    INSERT INTO entity_type_uid_conf ("entity_type","entity_uid_type") VALUES (8,1);
4    INSERT INTO entity_type_uid_conf ("entity_type","entity_uid_type") VALUES (2,1);
5    INSERT INTO entity_type_uid_conf ("entity_type","entity_uid_type") VALUES (4,1);

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