Index: openacs-4/packages/acs-lang/sql/oracle/ad-locales.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/sql/oracle/ad-locales.sql,v diff -u -r1.36 -r1.37 --- openacs-4/packages/acs-lang/sql/oracle/ad-locales.sql 22 Mar 2010 00:51:38 -0000 1.36 +++ openacs-4/packages/acs-lang/sql/oracle/ad-locales.sql 17 Oct 2010 21:06:08 -0000 1.37 @@ -13,23 +13,6 @@ -- * that gets loaded on server startup, and hence should not get updated. -- **************************************************************************** --- The language and country codes tables are filled by after_install --- and after_upgrade apm callbacks --- using the iso-3166-1-countries.txt and iso-639-2_utf-8.txt files - -create table language_codes ( - iso_639_2 char(3) constraint language_codes_iso_639_2_pk primary key, - iso_639_1 char(2), - label varchar(200) -); -comment on table language_codes is 'Contains ISO-639-2 language codes and their corresponding ISO-639-1 when it exists.'; - -create table country_codes ( - label varchar(200), - country char(2) constraint country_codes_country_pk primary key -); -comment on table country_codes is 'Contains ISO-3166 country codes'; - create table ad_locales ( locale varchar2(30) constraint ad_locales_locale_pk