瀏覽代碼

Added eimage as a base table

Stephen Ficklin 7 年之前
父節點
當前提交
164c2f77c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tripal_chado/api/tripal_chado.schema.api.inc

+ 1 - 1
tripal_chado/api/tripal_chado.schema.api.inc

@@ -560,7 +560,7 @@ function chado_get_base_tables() {
 
   // Initialize the base tables with those tables that are missing a type.
   // Ideally they should have a type, but that's for a future version of Chado.
-  $base_tables = array('organism', 'project', 'analysis', 'biomaterial');
+  $base_tables = array('organism', 'project', 'analysis', 'biomaterial', 'eimage');
 
   // We'll use the cvterm table to guide which tables are base tables. Typically
   // base tables (with a few exceptions) all have a type.  Iterate through the