Explorar el Código

Fixed issue with install

Stephen Ficklin hace 8 años
padre
commit
661528ed6f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tripal_chado/tripal_chado.install

+ 2 - 2
tripal_chado/tripal_chado.install

@@ -678,7 +678,7 @@ function tripal_chado_chado_cvterm_mapping_schema() {
  * Fixes the phase on the tripal_gffcds_temp table used for importing GFF files, and fixes the db.name term mapping.
  *
  */
-function tripal_chado_update_7200() {
+function tripal_chado_update_7300() {
   try {
     if (chado_table_exists('tripal_gffcds_temp')) {
       chado_query("ALTER TABLE {tripal_gffcds_temp} ALTER COLUMN phase DROP NOT NULL;");
@@ -701,7 +701,7 @@ function tripal_chado_update_7200() {
 /**
  * Divides chado_entity table for better integration with views.
  */
-function tripal_chado_update_7201() {
+function tripal_chado_update_7301() {
 
   module_load_include('inc', 'tripal_chado', 'includes/tripal_chado.bundle');
   try {