Browse Source

Added eimage as a base table

Stephen Ficklin 7 years ago
parent
commit
164c2f77c5
1 changed files with 1 additions and 1 deletions
  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