tripal / t4d8

This is a temporary repository for Drupal 9 upgrade for Tripal v4. It is meant to house issues related to the upgrade.
GNU General Public License v2.0
1 stars 10 forks source link

Custom Tables are not multi-chado aware #226

Closed spficklin closed 1 year ago

spficklin commented 2 years ago

The Forms for creating custom tables don't allow the user to specify which Chado schema to use when creating the table. Therefore all custom tables will always go in the default Chado schema.

spficklin commented 2 years ago

To make this work, we will also need to add a new chado_schema column to the tripal_custom_tables table so that we know where the custom tables are installed.

laceysanderson commented 1 year ago

Fixed