dina-web-nrm / collections-data-model-docker

Integration project for Complex Collection Objects data model proof of concept. (using liquibase and provides support for several database backends)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Externalizing taxonomy information to taxonomy module #12

Open ronquist opened 7 years ago

ronquist commented 7 years ago

To support a system architecture where taxonomy information is maintained in a separate module, we need to remove the tables 'taxon', 'taxontreedef' and 'taxontreedefitem', as well as some associated 'picklist' and 'picklistitem' entries. We also need to remove some associated SQL insert statements, foreign key relations etc. We will add the change set necessary in a separate issue branch for review.

Inkimar commented 7 years ago

I will test out Fredriks changes locally