/[papo]/papo/sql/papo.sql
ViewVC logotype

Diff of /papo/sql/papo.sql

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

revision 1.10 by apronotti, Tue Feb 4 16:35:17 2003 UTC revision 1.11 by apronotti, Mon Feb 10 16:57:02 2003 UTC
# Line 1837  INSERT INTO "_entity_type_data" ("_start Line 1837  INSERT INTO "_entity_type_data" ("_start
1837  INSERT INTO "entity_type" VALUES (10);  INSERT INTO "entity_type" VALUES (10);
1838  INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'bank',10);  INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'bank',10);
1839    
1840  DELETE FROM "entity_type_uid_conf";  DELETE FROM entity_type_uid_conf;
1841    
1842  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);
1843    INSERT INTO entity_type_uid_conf ("entity_type","entity_uid_type") VALUES (8,1);
1844    INSERT INTO entity_type_uid_conf ("entity_type","entity_uid_type") VALUES (2,1);
1845    INSERT INTO entity_type_uid_conf ("entity_type","entity_uid_type") VALUES (4,1);
1846    
1847  delete from _movement_type_data;  delete from _movement_type_data;
1848  delete from movement_type;  delete from movement_type;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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