VAMDC / NodeSoftware

Python/Django-based software for running VAMDC data nodes.
http://www.vamdc.eu
GNU General Public License v3.0
15 stars 23 forks source link

append request type at the end of node generated id #125

Closed nicolasmoreau closed 7 years ago

nicolasmoreau commented 7 years ago

in order to keep the database structure as generic as possible, so that the query store can be used in other use cases, we added the request type at the end of the node generated id instead of adding a dedicated column.