bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Add sodar_uuid field to ProjectEventObjectRef model #1415

Closed mikkonie closed 5 months ago

mikkonie commented 5 months ago

This is missing from this particular model for no reason. We don't have much use for the UUID now, but it doesn't mean we might not have use in the future. And generally it's consistent to have the UUID for all objects.

Should be done at the same time as #1414 to avoid generating unnecessary migrations.

mikkonie commented 5 months ago

Done.