mangal-interactions / mangal-api

mangal RESTful API services - documentation at
https://mangal-interactions.github.io/mangal-api/
MIT License
0 stars 1 forks source link

Multiple environment attribute per network #24

Closed gabrielbouleau closed 5 years ago

gabrielbouleau commented 5 years ago

Some datasets have multiple environment attributes per network.

The relationship between environment and network is 1:n and should be n:1 to allow multiple environment entries per network. The foreign key is actually environment ---> network but should be environment <--- network.

SteveViss commented 5 years ago

Done. Foreign keys are now detained by environment table which make way more sense...