Index: lams_common/db/sql/insert_types_data.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/insert_types_data.sql,v diff -u -r1.27 -r1.28 --- lams_common/db/sql/insert_types_data.sql 23 May 2006 04:17:26 -0000 1.27 +++ lams_common/db/sql/insert_types_data.sql 5 Jun 2006 06:36:48 -0000 1.28 @@ -120,3 +120,9 @@ 'learning/gate.do?method=knockGate', 'learning/gate.do?method=knockGate', null, null, null, 'monitoring/gate.do?method=viewGate', 'monitoring/gate.do?method=viewGate', now() ); +INSERT INTO lams_country VALUES (1 'AU'); +INSERT INTO lams_country VALUES (2 'US'); +INSERT INTO lams_country VALUES (3 'CN'); + +INSERT INTO lams_language VALUES (1 'en'); +INSERT INTO lams_language VALUES (2 'zh'); \ No newline at end of file