Skip to content

#878 - Alter TaxonomysSoftwares table

Fabrice Gangler requested to merge 878_mapping_database.migration into develop

alter TaxonomysSoftwares table:

    Add an common index on foreign keys (taxonomy, software, user)
    with the constraint "unique":
          to forbid the addition of several lines
          with the same triplet of IDs (taxonomy, software, user)

Fixed #878 (closed)

Merge request reports