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.1 -r1.2 --- lams_common/db/sql/updatescripts/alter_211_tool_adapter.sql 22 Aug 2008 02:22:55 -0000 1.1 +++ lams_common/db/sql/updatescripts/alter_211_tool_adapter.sql 27 Aug 2008 06:03:27 -0000 1.2 @@ -1,2 +1,2 @@ -- Adding a new tool type for tool adapters -ALTER TABLE lams_tool ADD COLUMN tool_adapter TINYINT(1) DEFAULT 0; \ No newline at end of file +ALTER TABLE lams_tool ADD COLUMN ext_lms_id VARCAHR(255) DEFAULT null; \ No newline at end of file