Просмотр исходного кода

Don't need cvitjs_config field in blastdb table

E.Cannon 7 лет назад
Родитель
Сommit
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
-    )
-  );
-}
+}