浏览代码

Don't need cvitjs_config field in blastdb table

E.Cannon 7 年之前
父节点
当前提交
d710da3659
共有 1 个文件被更改,包括 1 次插入10 次删除
  1. 1 10
      blast_ui.install

+ 1 - 10
blast_ui.install

@@ -263,13 +263,4 @@ function blast_ui_update_7104() {
       'default' => 0
     )
   );
-  db_add_field(
-    'blastdb',
-    'cvitjs_config',
-    array(
-      'description' => t('CViTjs configuration file'),
-      'type' => 'text',
-      'default' => 0
-    )
-  );
-}
+}