Index: openacs-4/packages/acs-subsite/sql/oracle/acs-subsite-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/oracle/acs-subsite-create.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-subsite/sql/oracle/acs-subsite-create.sql 5 Apr 2001 18:23:38 -0000 1.1 +++ openacs-4/packages/acs-subsite/sql/oracle/acs-subsite-create.sql 10 Oct 2001 18:01:48 -0000 1.2 @@ -11,6 +11,7 @@ @@ portraits @@ application-groups-create @@ subsite-callbacks-create +@@ host-node-map-create -- This view lets us avoid using acs_object.name to get party_names. -- Index: openacs-4/packages/acs-subsite/sql/oracle/acs-subsite-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/oracle/acs-subsite-drop.sql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-subsite/sql/oracle/acs-subsite-drop.sql 5 Apr 2001 18:23:38 -0000 1.1 +++ openacs-4/packages/acs-subsite/sql/oracle/acs-subsite-drop.sql 10 Oct 2001 18:02:03 -0000 1.2 @@ -10,3 +10,4 @@ @@ user-profiles-drop @@ attributes-drop @@ portraits-drop +@@ host-node-map-drop \ No newline at end of file Index: openacs-4/packages/acs-subsite/sql/postgresql/acs-subsite-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/postgresql/acs-subsite-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/sql/postgresql/acs-subsite-create.sql 17 Apr 2001 04:10:06 -0000 1.2 +++ openacs-4/packages/acs-subsite/sql/postgresql/acs-subsite-create.sql 10 Oct 2001 18:06:15 -0000 1.3 @@ -12,6 +12,7 @@ \i application-groups-create.sql \i user-profiles-create.sql \i subsite-callbacks-create.sql +\i host-node-map-create.sql -- This view lets us avoid using acs_object.name to get party_names. -- Index: openacs-4/packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql 17 Apr 2001 04:10:06 -0000 1.2 +++ openacs-4/packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql 10 Oct 2001 18:06:15 -0000 1.3 @@ -10,5 +10,6 @@ \i application-groups-drop.sql \i portraits-drop.sql \i attributes-drop.sql +\i host-node-map-drop.sql drop view party_names;