Index: lams_common/db/sql/updatescripts/alter_211_tool_adapter.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/updatescripts/Attic/alter_211_tool_adapter.sql,v diff -u -r1.2 -r1.3 --- lams_common/db/sql/updatescripts/alter_211_tool_adapter.sql 27 Aug 2008 06:03:27 -0000 1.2 +++ lams_common/db/sql/updatescripts/alter_211_tool_adapter.sql 27 Aug 2008 06:04:10 -0000 1.3 @@ -1,2 +1,2 @@ -- Adding a new tool type for tool adapters -ALTER TABLE lams_tool ADD COLUMN ext_lms_id VARCAHR(255) DEFAULT null; \ No newline at end of file +ALTER TABLE lams_tool ADD COLUMN ext_lms_id VARCHAR(255) DEFAULT null; \ No newline at end of file