Custom Tables are not multi-chado aware
spficklin opened this issue · 2 comments
spficklin commented
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
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
Fixed