|
@@ -6,15 +6,6 @@
|
|
|
|
|
|
function tripal_entities_install() {
|
|
function tripal_entities_install() {
|
|
|
|
|
|
- // add any external databases used by the file module.
|
|
|
|
- // tripal_entities_add_dbs();
|
|
|
|
-
|
|
|
|
- // add any controlled vocabularies used by the file module.
|
|
|
|
- // tripal_entities_add_cvs();
|
|
|
|
-
|
|
|
|
- // add any controlled vocabulary terms
|
|
|
|
- // tripal_entities_add_cvterms();
|
|
|
|
-
|
|
|
|
// add any custom tables. For this case we will add an 'file' table to the
|
|
// add any custom tables. For this case we will add an 'file' table to the
|
|
// chado schema
|
|
// chado schema
|
|
tripal_entities_add_custom_tables();
|
|
tripal_entities_add_custom_tables();
|
|
@@ -499,4 +490,5 @@ function tripal_entities_uninstall() {
|
|
print "$entity_type : $bundle_id\n";
|
|
print "$entity_type : $bundle_id\n";
|
|
field_attach_delete_bundle($entity_type, $bundle_id);
|
|
field_attach_delete_bundle($entity_type, $bundle_id);
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|
|
|
|
+
|