Index: openacs-4/packages/simulation/sql/postgresql/simulation-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/sql/postgresql/simulation-drop.sql,v diff -u -r1.9 -r1.10 --- openacs-4/packages/simulation/sql/postgresql/simulation-drop.sql 28 Nov 2003 10:03:30 -0000 1.9 +++ openacs-4/packages/simulation/sql/postgresql/simulation-drop.sql 28 Nov 2003 12:55:45 -0000 1.10 @@ -43,6 +43,12 @@ select content_type__unregister_relation_type ( 'sim_location', -- content_type + 'sim_location', -- target_type + 'is_located_in' -- relation_tag +); + +select content_type__unregister_relation_type ( + 'sim_location', -- content_type 'image', -- target_type 'thumbnail' -- relation_tag ); @@ -131,6 +137,19 @@ select content_type__unregister_relation_type ( 'sim_character', -- content_type + 'sim_location', -- target_type + 'resides_at' -- relation_tag +); + + +select content_type__unregister_relation_type ( + 'sim_character', -- content_type + 'sim_location', -- target_type + 'works_for' -- relation_tag +); + +select content_type__unregister_relation_type ( + 'sim_character', -- content_type 'image', -- target_type 'thumbnail' -- relation_tag );