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 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/db/sql/updatescripts/alter_211_tool_adapter.sql 22 Aug 2008 02:22:55 -0000 1.1 @@ -0,0 +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