You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is for upgrading the content of the tripal/tripal.install file. Really the only thing to be updated is hook_schema and not many changes were made in Drupal 8.
Notes:
We are not worrying about the upgrade process as this point.
We are keeping the tripal_variables infrastructure but no longer using them for core thus the tripal_add_variables function does not need to be upgraded.
Drupal 8 no longer supports hook_enable and at this point we don't need to worry about the drop/rename table dance you see going on there -skip tripal_enable when upgrading.
The schema should be the only part that needs to be upgraded. Again don't do the table rename part. Also skip tripal_vocab, tripal_term, tripal_entity and tripal_bundle as these are already managed by the entity api.
This issue is for upgrading the content of the
tripal/tripal.install
file. Really the only thing to be updated is hook_schema and not many changes were made in Drupal 8.Notes:
tripal_add_variables
function does not need to be upgraded.hook_enable
and at this point we don't need to worry about the drop/rename table dance you see going on there -skip tripal_enable when upgrading.Resources:
The text was updated successfully, but these errors were encountered: