Keep GPUs assigned to previous tasks
Closes #1489 (closed)
The migration only changes the unique constraints on ponos_task
, without touching any column: there was a UNIQUE (gpu_id)
added by the OneToOneField
, and it is now replaced with the unique constraint on active tasks.