function tripal_chado_add_v1_1_custom_tables
3.x tripal_chado.setup.inc | tripal_chado_add_v1_1_custom_tables() |
For Chado v1.1 Tripal provides some new custom tables.
For Chado v1.2 or greater these tables are not needed as they are part of the schema update.
1 call to tripal_chado_add_v1_1_custom_tables()
- tripal_chado_prepare_chado in tripal_chado/
includes/ setup/ tripal_chado.setup.inc - Prepares Chado for use by Tripal.
File
- tripal_chado/
includes/ setup/ tripal_chado.setup.inc, line 507 - Functions to install chado schema through Drupal
Code
function tripal_chado_add_v1_1_custom_tables() {
module_load_include('inc', 'tripal_chado', 'includes/setup/tripal_chado.chado_v1_1');
tripal_chado_add_analysisfeatureprop_table();
}