+ add type field to extension table.

This commit is contained in:
wangchunsheng
2011-07-04 07:59:35 +00:00
parent 79268d8f06
commit 2ad0e4c7ab
+3
View File
@@ -64,3 +64,6 @@ UPDATE zt_action, zt_testTask SET
zt_action.product = zt_testTask.product WHERE
zt_action.objectID = zt_testTask.id AND
zt_action.objectType = 'testtask';
-- 2011-07-04 add type field to extension.
ALTER TABLE `zt_extension` ADD `type` VARCHAR( 20 ) NOT NULL DEFAULT 'extension' AFTER `license` ;